A few days ago, I began to develop a flash with text editor and Flex SDK which is free.
But I found Flex SDK doesn’t support Alert or Scrollbar.
What are the differences between Flex SDK and Flash Professional or Builder?
Are there any other limitations of developing flash in command line with Flex SDK?
A few days ago, I began to develop a flash with text editor and
Share
All what you can do with Flash Builder, you can perform with Flex SDK from the command line. Because of Flash Builder hasn’t any own compiler but uses Flex SDK. So in case of some components in your project are unavailable the problem can be in wron configuration (I mean command line parameters).
I can recommend you not to use
mxmlcdirectly but take advantage of Apache Maven with Flex Mojos or Apache Ant.Also if you’re on Windows you can use FlashDevelop which is free.
What about Flash Professional it has some animation features etc which can be used by designers, animators etc. It doesn’t use Flex SDK at all.