Setting Up AIR For Flash CS3

To get up and running with AIR (Adobe Integrated Runtime) you don’t really have to do very much. Adobe has provided an installer to update Flash CS3 to be able to make AIR applications directly in the Flash IDE. All you’ve got to do is go download it here. Make sure that [...]


AS3: Environment

View Example
View Documentation
Download Class & Example Files
UPDATED 10/26/07
The Environment class has been re-versioned to 2.0. It is now a singleton which means you can only have one instance of it anywhere in your application. This is a cleaner approach. The code has changed only slightly as it has added a setPaths() method [...]