16 November 2008
This ActionScript reference for rich Internet application development provides an alphabetical reference for all native ActionScript APIs for the Adobe Flash platform runtimes: Adobe Flash Player and Adobe AIR—as well as the Adobe Flex framework APIs. Use this guide both as an API reference and a tool to learn about the ActionScript APIs available within the runtimes.
atp_ria_guide.pdf (PDF, 2 MB)
The Adobe Flash platform contains two primary runtimes (see Figure 1). Flash Player is browser-based, and Adobe AIR is desktop-based. Because Adobe AIR is built on top of Flash Player, the Flash Player APIs are available within Adobe AIR. Consequently, Adobe AIR APIs are not available within Flash Player. The Flex framework is built on top of the Flash Player APIs, so it runs in both Flash Player and Adobe AIR. However, a number of Flex APIs take advantage of AIR APIs, and thus work only within Adobe AIR.
Simply leaf through the guide, using the class/interface name as a reference, to find the item you are looking for. All of the classes appear in alphabetical order.
Each entry contains the complete API reference for that item, including name, type (class or interface), package name, superclass, interfaces implemented, as well as a complete API listing, including static and instance properties and methods (see Figure 2).
If you still need to find more information about an API, you can either look at the API for the subclass of the item in the reference guide, or look up the API in the online documentation:
To comment on this reference guide, or post any errors or omissions you find in this document, please post your feedback on Mike Chambers's blog.

This work is licensed under a Creative Commons Attribution-Noncommercial 3.0 Unported License.
| 03/20/2012 | PDF Portfolio Navigational TOC |
|---|---|
| 02/29/2012 | Embed Stage3D content inside Flex application components |
| 02/13/2012 | Randomize an array |
| 02/09/2012 | Using Camera with a MediaContainer instead of VideoDisplay |