Actionscript only AIR projects in Flex3
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.
Comments (1) |
Posted within: Actionscript 3

