AIR
FlashDevelop3 R2 and the Flex 3.3 SDK video tutorial Part 04: How to create an AIR application.
by Brian Hodge on Apr.06, 2009, under AIR, AIR SDK, Actionscript 3.0, FlashDevelop, Flex SDK
This short video shows you how to create an AIR project.
First, the Descriptor file (setting the namespace to 1.5) and changing any other settings you wish.
Second, edit the CreateCertificate.bat and create a certificate.
Third, edit the PackageApplication.bat, compile your application to create a swf, then run PackageApplication.bat, provide the password set in CreateCertificate.bat and the AIR application is created in the air folder.
Stay tuned for a run-through of the AIR Update Framework, which allows users to check for updates which is dictated by a UpdateDescriptor file on your server somewhere.