ActionScript: Difference between revisions

Content deleted Content added
History: added info about AS 2 and ECMA-262 Edition 3
Line 23:
Flash Player 6 : Added an event handling model, and support for switch.
 
Flash Player 7 : The compiler supported ActionScript 2 which sytantically was a more class based language. However, it compiled down to ActionScript 1 byte code, which could be run by the player. ActionScript 2 is based on [[http://www.ecma-international.org/publications/standards/Ecma-262.htm:"ECMA-262 Edition 3"]]
 
== Coding style ==