A Breath of Flash AIR
Apollo has officially been renamed AIR. Now you want to know how to use Flash CS3 to begin developing AIR applications. After downloading the SDK you will notice it does not contain a global.swc file as the previous version did. Reading the docs would make you think you can only use an HTML editor or Flex 3 to develop for AIR currently. Fear not fellow Flashers help is on the way.
Basically you will need to download the Flex 3 beta and install it. After installing Flex 3 beta follow these steps:
- Find the airglobal.swc in the following directory Adobe Flex Builder 3/sdks/moxie/frameworks/libs/air/
- Copy airglobal.swc to Adobe Flash CS3/Configuration/ActionScript 3.0/Classes/
- Rename playerglobal.swc in that directory to something else (ie. oldplayerglobal.swc)
- Rename airglobal.swc to playerglobal.swc
Start Flash CS3 and you can begin publishing AIR based swf files as before. Remember you will need to execute your applications via the command-line currently. You got moxie now kid ;-)


