开发者

What are the limitations of developing flash in command line with Flex SDK?

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?


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 mxmlc directly 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.


Hmm... that's strange because Alert and ScrollBar should be part of the free Flex SDK. Normally, all that's missing are the chart UI components (pie chart, bar chart, etc.). Maybe you forgot to link to some library when you compiled your code?

Flash Professional and Flash Builder both use the Flex SDK. The first one is mainly for designers, while the second one is more for programmers and for the creation of user interfaces. Basically, if you can code with a text editor, you don't need either of those.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜