Content deleted Content added
Chrisdolan (talk | contribs) No edit summary |
No edit summary |
||
Line 1:
'''ActionScript''' is an [[ECMAScript]]-based programming language used for building [[Macromedia Flash]] movies and applications. Since both ActionScript and [[JavaScript]] are based on the same ECMAScript syntax, fluency in one easily translates to the other.
ActionScript achieved something resembling it's current syntax (retroactively named ActionScript 1.0) in Flash 5, the first version of Flash to be thoroughly programmable.
Features of the Flash ActionScript implementation that JavaScript programmers may find interesting:
* Everything is designed to be asynchronous;
* The [[XML]] implementation has been solid since Flash 5.
▲* Everything is designed to be asynchronous; callbacks are ubiquitous, but Event objects do not exist.
▲* The XML implementation has been solid since Flash 5. Flash can send and receive XML asynchronously.
|