Tag Archives: WindowedApplication

AIR:: Adding Application Menu Bar Items

Just a quick how-to post on adding application menu bar items to your Adobe AIR application when running. Certain operating systems can support application menu bars, so this example will not be true for all systems. You can check this using “NativeApplication.supportsMenu == true”, which basically means you are on Mac OSX dude. If you [...]
Posted in AIR, Flex 3 | Also tagged , , , , , | 4 Comments