February 2009

VidLoop at the AIR Marketplace

There are two items to note here. Firstly, Adobe has done an awesome job updating the AIR Marketplace to be much more organized that the previous version. Very nice presentation. Second, my VidLoop AIR application has been approved and is now live at the AIR Marketplace. Very Nice! There are a lot of great apps

VidLoop at the AIR Marketplace Read More »

Quick Tip: Display Application Version in your AIR App.

Just a quick tip for those looking to somehow display the AIR application version from the descriptor file. I’ve found it very helpful in troubleshooting is users can say EXACTLY what version of the app they are running. AIR 2.5 and later: private function getAppVersion():String { var appXml:XML = NativeApplication.nativeApplication.applicationDescriptor; var ns:Namespace = appXml.namespace(); var

Quick Tip: Display Application Version in your AIR App. Read More »