Actionscript only AIR projects in Flex3

December 19th, 2007

Some of you may or may not know this, but you can have actionscript only in AIR. Create a .as file that is the same name as the project, then in the project properties, set it as the main default application.

The new behavior is that the window doesn’t automatically activate … you’ll have to set a manual: stage.nativeWindow.activate(); to get your window to show up.