Flash and AS3 links - documentation: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
* [[Adobe Flex]] | * [[Adobe Flex]] | ||
== Across the board == | === Across the board === | ||
* [http://www.adobe.com/support/documentation/en/flash/ Flash resources] @ Adobe Resource Center | * [http://www.adobe.com/support/documentation/en/flash/ Flash resources] @ Adobe Resource Center | ||
== Cheatsheets == | === Cheatsheets === | ||
* [http://www.actionscriptcheatsheet.com/ actionscriptcheatsheet.com] | * [http://www.actionscriptcheatsheet.com/ actionscriptcheatsheet.com] | ||
Line 20: | Line 20: | ||
* [http://www.adobe.com/go/programmingAS3 Flex 2 LiveDocs: Programming ActionScript 3.0] | * [http://www.adobe.com/go/programmingAS3 Flex 2 LiveDocs: Programming ActionScript 3.0] | ||
== Online books == | === Online books === | ||
* [http://livedocs.adobe.com/flash/9.0/main/flash_as3_programming.pdf Programming Actionscript 3.0], Adobe Press, @ Adobe livedocs (814 pages) | * [http://livedocs.adobe.com/flash/9.0/main/flash_as3_programming.pdf Programming Actionscript 3.0], Adobe Press, @ Adobe livedocs (814 pages) | ||
Line 39: | Line 39: | ||
* [http://www.mindsharestudios.com/news/as3/ Resources on Migrating from ActionScript 2 to ActionScript 3] @ mindsharestudio | * [http://www.mindsharestudios.com/news/as3/ Resources on Migrating from ActionScript 2 to ActionScript 3] @ mindsharestudio | ||
== Rapid Overviews/Presentations == | === Rapid Overviews/Presentations === | ||
* Grossman, Gary and Huang, Emmy (2006). [http://www.adobe.com/devnet/actionscript/articles/actionscript3_overview.html ActionScript 3.0 overview], Adobe. | * Grossman, Gary and Huang, Emmy (2006). [http://www.adobe.com/devnet/actionscript/articles/actionscript3_overview.html ActionScript 3.0 overview], Adobe. | ||
Line 47: | Line 47: | ||
* [http://www.mindsharestudios.com/media/actionscript3_presnetation.pdf ActionScript 3 in Flash CS3] by mindshare studio | * [http://www.mindsharestudios.com/media/actionscript3_presnetation.pdf ActionScript 3 in Flash CS3] by mindshare studio | ||
== Books == | === Books === | ||
* [http://moock.org/eas3/ Essential Actionscript 3.0] by Colin Moock, O'Reilly. Comes with chapter excerpts and code examples | * [http://moock.org/eas3/ Essential Actionscript 3.0] by Colin Moock, O'Reilly. Comes with chapter excerpts and code examples |
Revision as of 16:10, 31 October 2007
Documentation Links
See also
Across the board
- Flash resources @ Adobe Resource Center
Cheatsheets
Language References
- ActionScript 3.0 Language and Components Reference @ Adobe livedocs
- Adobe Flex 2.0.1 Language Reference
- Flex 2 LiveDocs: Programming ActionScript 3.0
Online books
- Programming Actionscript 3.0, Adobe Press, @ Adobe livedocs (814 pages)
Other documentation
- Adobe Livedocs has fairly good documentation (maybe not suitable for beginners) e.g.
- ActionScript 3 from Adobelabs. Maybe superseded by the above doc, maybe not ...
- ActionScriptCheatSheet.com Look at the downloads. Several excellent ActionScript cheatsheets.
Migrating from AS2 to AS3
- Understanding the changes in the display API in ActionScript 3.0 (short example code comparison)
- ActionScript 2.0 Migration (Adobe). This list list is huge :)
- Resources on Migrating from ActionScript 2 to ActionScript 3 @ mindsharestudio
Rapid Overviews/Presentations
- Grossman, Gary and Huang, Emmy (2006). ActionScript 3.0 overview, Adobe.
- ActionScript (Wikipedia)
- Comparing the syntax of Java 5 and ActionScript 3
- Object-Oriented Programming in ActionScript 3.0 by Peter Elst
- ActionScript 3 in Flash CS3 by mindshare studio
Books
- Essential Actionscript 3.0 by Colin Moock, O'Reilly. Comes with chapter excerpts and code examples
- Flash Game University by Gary Rosenzweig, Que (1st Ed.). All code in actionscript 3. Keeps away from OO programming for the most part. Comes with support forum and code examples.
- ActionScript 3.0 Cookbook: Solutions for Flash Platform and Flex Application Developers by Joey Lott, Darron Schall, Keith Peters, O'Reilly.
- Foundation Actionscript 3.0 Animation: Making Things Move! by Keith Peters, Friends of ED.
- ActionScript 3.0 Design Patterns: Object Oriented Programming Techniques, by William Sanders, Chandima Cumaranatunge, O'Reilly
- Advanced ActionScript 3 with Design Patterns by Joey Lott and Danny Patterson, Adobe Press (1st Ed.).