Ever since Adobe introduced ActionScript 3 with Flash Player 9, many of us have been slow to switch over. In short I'd like to know what AS3 as a framework can do, that is simply impossible or significantly difficult in AS2. I'm not talking about readymade components, but built-in classes such as for web remoting, binary data manipulation, XML handling, etc.
|
1
|
|
|
|
|
|
well, actually, AS3 is a language, not a framework ... the flash player API has framework like traits ... but ok, let's not argue about terminology ... so what's cool in flash player 9 (other than things that were mentioned already)?
note that event model and diplay list can be reimplemented in AS2 at additional performance cost, but i think it was about built-in features ... i think, that's about it ... |
||
|
|
|
|
Aside from the move towards a more java like OO approach (more strict), one of the many things missing is the ability to turn the stage into a bitmap. You have more control over where movie clips are sitting using a display list. An example would be, if clip A contains clip B, you can, through code, rearrange B so it contains A. There's lots of stuff like that which allows for much more control. XML is easier to use, and the event handling is more consistent with modern languages. One cool feature is the ability to send an array of bytes to a server side script, which allows you to save jpg, gif and png onto a server directly from flash. There are more examples but I can't think of any at the moment |
||
|
|
|
|
A big plus is speed. AS3 is much faster than AS2. This obviously allows you to do more intensive coding/animation. Then there's also the argument that everything new that is being introduced (built in 3D, pixel bender, etc) is targeted at AS3, so if you're sticking with AS2, you're already 3 or so years behind "the cutting edge". |
||
|
|
|
|
As a list:
I'm probably forgetting quite a few... |
||
|
|
|
Peter Elst has a nice video podcast introducing the features available in ActionScript3 |
||
|
|
