Flash and AS3 links - documentation
Jump to navigation
Jump to search
Documentation Links
See also
Across the board
- Flash resources @ Adobe Resource Center
Cheatsheets
- actionscriptcheatsheet.com
- ActionScript 3.0 cheatsheet. Look at the downloads. Several excellent ActionScript cheatsheets.
Reference and manuals on-line
Tip: Since the help pane in CS3 can't be really detached, better use Adobe's on-line help.
Language References and Live Docs
(It's not really obvious to find things at Adobe. There is much more documentation that one might think at first glance ...)
- Flash resources, Adobe. The central starting point.
- Using Flash CS3 Professional. The starting point for beginners and graphics designers.
- ActionScript 3.0 Language and Components Reference @ Adobe livedocs
- Flex Live Docs (for ActionScript 3 programming). For programmers only.
Online manuals
- Flash 9.0 documentation. Includes several "books" on ActionScript and AS components for more advanced users, e.g.
- Using ActionScript 3.0 Components
- ActionScript 3.0 Language and Components Reference. For programmers (!)
- Programming Actionscript 3.0, Adobe Press, @ Adobe livedocs (814 pages pdf)
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
Flash CS3
No idea if they are any good, except Veer, The Missing Manual which is great for learning drawing and the Flash CS3 tool. It doesn't cover ActionScript 3.
- Adobe Creative Team (2007). Adobe Flash CS3 Professional Classroom in a Book. ISBN 0321499824
- Anderson, Andy (2007). Adobe Flash CS3 Professional On Demand. ISBN 0789736926 592 pages.
- Finkelstein Ellen and Gurdy Leete (2007). Flash CS3 For Dummies. ISBN 0470121009, 408 pages.
- Gerantabee, Fred (August ? 2007). Dynamic Learning: Flash CS3 Professional. ISBN 10 0-596-51058-6
- Veer, E.A. Vander and Chris Grover (2007). Flash CS3: The Missing Manual. ISBN 0596510446 - 527 pages. - O'Reilly page (From reviews on the web, this looks like the most suitable one for starters. The example files can be found on the Missing CD-ROM page. Daniel K. Schneider bought this and I think it's ok, can be used as a textbook, if you agree to cover topics by topics v.s a more project-oriented approach.)
- Morris David (2007). Creating a Web Site with Flash CS3 Professional: Visual QuickProject Guide. ISBN 0321503007
AS3
- Moock, Colin, Essential Actionscript 3.0, O'Reilly. ISBN 0-596-52694-6. Read it (widged). This is a quite good book. It tries to do two things (1) provide a large overview of the ActionScript 3.0 language and (2) Provide a complex example of a quite complex program. The overview works well. I am not sure about the zoo example. It gives an idea of the way such a program gets written the OO way, but it's not clear that the book covers enough of the basics of OO programming to have you able to do more than copy, paste, and compile the code provided. The book works best for persons who start with actionscript and want to become acquainted with the different aspects of the language. One of the best books available. Keep in mind, however, that it has "essential" in the tiel. until a book "Actionscript 3.0, the definitive guide" becomes available. Something great about the book is that it is completely tool neutral. It is clearly explained how to run the code on either of Flash CS3, Flex Builder, Flex. Of Interest, codes and examples from the book are available on the author's website.
- Gary Rosenzweig, Flash Game University, Que (1st Ed.). ISBN 0-789-73702-7. All code in actionscript 3. I didn't have a chance to read it yet. Had a look at the code kindly provided (there is a notice that you should be buying the book if you want to make use of the code). Keeps away from OO programming for the most part. This can make it super-easy for an AS2 coder to get started with AS3. But this prevents you from taking the habit to organize your code more efficiently. 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. ISBN 0-596-52695-4. Didn't have a chance to read it. The idea of a cookbook is to present example code to solve different problems. It's a great way to boost your knowledge once you start to reach an "intermediate" level.
- ISBN 1-590-59791-5. Foundation Actionscript 3.0 Animation: Making Things Move! by Keith Peters, Friends of ED. Bought it. Didn't have a chance to read it yet. Received rave reviews. Covers everything you need to know to realize complex animations, from trigonometry concepts to 3D animation.
Advanced concepts
- 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.).