Making the move from Flash to Flex
Posted by Administrator – January 10, 2008A lot of people get confused about when to use flex and when to use flash and the benefits / drawbacks of each. It really depends on the nature of the project, but for the most part I always recommend using Flex (at least if you are a developer). Even if the project is an ActionScript only project, you can still benefit from the Eclipse development environment. The only thing you loose when using Flex is access to the Flash Library, but you can still use Flash in combination. There is a couple ways to do this, which I will explain in future posts.
Some benefits of using Flex for AS3 projects:
- Shared class libraries between projects.
- Easily Package and distribute code.
- Subversion support for version controlling your code (via eclipse plugin)
- Advanced Search and Replace capabilities.
Some drawbacks of using Flex for AS3 projects:
- No Timeline!
- But you can use “Copy Motion as AS3″ which I’ll cover in a later post
- No Library!
- But you can embed assets from a compiled flash movie into your Flex project
- Or you can use the new Flex component kit for Flash CS3 and actually embed a flash project into flex and control it from your flex project
I’ll cover some of the details of these techniques in future posts.
Comments
Leave a Comment
If you would like to make a comment, please fill out the form below.