TrajiklyHip - Blog - The Personal Blog of Aaron West
Principle Centered Leadership by Stephen Covey         Three Signs of a Miserable Job by Patrick Lencioni         Crusaders Cross by James Lee Burke         The Chronicles of Narnia by C.S. Lewis         The Assault on Reason by Al Gore         Books I've recently read and recommend!
June 11, 2007

The Apollo Alpha and AIR (Adobe Integrated Runtime) both package up your Flex or HTML applications as an .air file that you distribute to your end users. The user simply double-clicks the .air file to install the application and begin using it like any other installed app. But what's in a .air file? Why not take a look for yourself? Simply change the extension from .air to .zip and take a peek.

You'll find the following items:

  • the SWF files built from compiling your application
  • external files you've included in the app (icons, images, videos)
  • a meta-inf (meta information) folder that includes your application descriptor file (application.xml)
  • several files that perform the installation

You may be thinking the ability to introspect AIR applications is a security risk to your code. For now, .air files cannot be protected to keep people from looking at their contents.

TweetBacks
There are no TweetBacks for this entry.
Comments
Andy Matthews's Gravatar Very interesting...thanks for the little tidbit.
# Posted By Andy Matthews | 6/11/07 11:31 PM
BlogCFC was created by Raymond Camden. This blog is running version 5.9.3.000. Contact Blog Owner