ActionScript is a scripting language based on ECMAScript. ActionScript is used primarily for the development of websites and software using the Adobe Flash Player platform (in the form of SWF files embedded into Web pages), but is also used in some database applications (such as Alpha Five), and in basic robotics, as with the Make Controller Kit. Originally developed by Macromedia, the language is now owned by Adobe (which acquired Macromedia in 2005). ActionScript was initially designed for controlling simple 2D vector animations made in Adobe Flash (formerly Macromedia Flash). Later versions added functionality allowing for the creation of Web-based games and rich Internet applications with streaming media (such as video and audio).
Welcome to CWAnswers
CWAnswers is your guide to the sprawling world wide web. The directory aims to provide a useful guide made by users. You can share your knowledge as well - simply sign up and edit your first entry. For questions just contact the team at support - at - cwanswers.com.
Weblinks for Actionscript
Top 10 for Actionscript
Things about Actionscript you find nowhere else.
Select content modules
ActionScriptCheatSheet.com
http://seantheflashguy.com/blog/?p=8Â. No comments ... ActionScript 3.0 Design Patterns (by: Bill Sanders, Chandima Cumaranatunge) ...actionscriptcheatsheet.com/blogYAAB - Yet Another Actionscript Blog
... Yet Another Actionscript Blog. YAAB - Yet Another Actionscript Blog. Blogger Template. Blog Forum. Remoting with BlazeDS from plain vanilla Actionscript 3 class ...yaa-blog.blogspot.com/Last ActionScript Hero - Blog - Flash & Related Technologies
Read more about it directly from Mike Chambers blog here. ... Tags: Flash,ActionScript,Nested Buttons, ... ActionScript 3.0 - Display Object Primer - Part 1 ...www.lastashero.com/blog/ActionScript Blog
Creat Links in ActionScript 3 ... ActionScript 2 and 3 are scripting language based on ECMAScript, same as JavaScript. ... to this blog's feed. Subscribe to ...www.personal.psu.edu/xul113/blogs/549/CoderLab's Blog " ActionScript
Because I'm kinda rusty in ActionScript, one of my goals is to develop ... CoderLab's Blog " Using The Post Method In Ajax on Rasmus' 30 second AJAX Tutorial ...blog.coderlab.us/category/english/web-development/actionscri...ActionScript is a scripting language based on ECMAScript. ActionScript is used primarily for the development of websites and software using the Adobe Flash Player platform (in the form of SWF files embedded into Web pages), but is also used in some database applications (such as Alpha Five), and in basic robotics, as with the Make Controller Kit. Originally developed by Macromedia, the language is now owned by Adobe (which acquired Macromedia in 2005). ActionScript was initially designed for controlling simple 2D vector animations made in Adobe Flash (formerly Macromedia Flash). Later versions added functionality allowing for the creation of Web-based games and rich Internet applications with streaming media (such as video and audio).
History
ActionScript started as a scripting language for Macromedia's Flash authoring tool, now developed by Adobe Systems as Adobe Flash. The first three versions of the Flash authoring tool provided limited interactivity features. Early Flash developers could attach a simple command, called an "action", to a button or a frame. The set of actions was basic navigation controls, with commands such as "play", "stop", "getURL", and "gotoAndPlay".
With the release of Flash 4 in 1999, this simple set of actions became a small scripting language. New capabilities introduced for Flash 4 included variables, expressions, operators, if statements, and loops. Although referred to internally as "ActionScript", the Flash 4 user manual and marketing documents continued to use the term "actions" to describe this set of commands .
Timeline by player
- Flash Player 2: The first version with scripting support. Actions included gotoAndPlay, gotoAndStop, nextFrame and nextScene for timeline control.
- Flash Player 3: Expanded basic scripting support with the ability to load external SWFs (loadMovie).
- Flash Player 4: First player with a full scripting implementation (called Actions). The scripting was a flash based syntax and contained support for loops, conditionals, variables and other basic language constructs.
- Flash Player 5: Included the first version of ActionScript. Used prototype-based programming based on ECMAScript, and allowed full procedural programming and object-oriented programming.
- Flash Player 6: Added an event handling model, accessibility controls and support for switch. The first version with support for the AMF and RTMP protocols which allowed for ondemand audio/video streaming.
- Flash Player 7: Additions include CSS styling for text and support for ActionScript 2.0, a programming language based on the ECMAScript 4 Netscape Proposal with class-based inheritance. However, ActionScript 2.0 can cross compile to ActionScript 1.0 byte-code, so that it can run in Flash Player 6.

























