Does the workflow differ between Flash Builder and Flash Professional?

牧云@^-^@ 提交于 2019-12-06 19:10:45
Lee

This is a hard question to answer thoroughly without spending lots of time. The simple answer is: Yes -- the workflows are substantially different. Flash Professional is more of a "designer's tool", while Flash Builder is more of a "coder's tool".

For example, in Flash Builder (formerly "Flex Builder"), there are no built-in tools for creating or manipulating graphics. Everything is code-driven (mxml, and as3). If you need to include complex graphics (eg from flash pro, or illustrator, or whatever), you import them using mxml/as3 code and/or metadata.

In Flash Pro, you build graphic assets, place them on the timeline, and attach as3 classes to your assets.

In Flash Builder you build as3 classes (either in pure as3, or in mxml), and attach your fancy graphics to your classes.

There is no concept of a timeline in Flash Builder. There is no concept of a stage.

The best tutorials and getting started docs are probably those provided by adobe on their "livedocs" site. start here.

You might pay particular attention to:

There are also some videos floating around on adobe's site somewhere. I can't seem to find them right now... but if you prefer to learn that way...you'll find that several of those videos are pretty informative.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!