ActionScript: Difference between revisions

Content deleted Content added
m History: spelling error
Line 19:
Flash Player 3 : Expanded basic script support with the ability to load external SWFs (loadMovie).
 
Flash Player 4 : First player with a full scripting implimentationimplementation (called Actions). The scripting was based on a slash based syntax and contain support for loops, conditionals, variables and other basic language constructs.
 
Flash Player 5 : Included first version of ActionScript. This was a prototype based-language based on [http://www.ecma-international.org/publications/standards/Ecma-262.htm ECMAScript], and allowed full procedural and object oriented programing.