PDA

View Full Version : Opening in AIR


Muncey
10-24-2007, 04:44 PM
Well i made an AIR application that opens up in AIR when i run though flash but when i go to the file it's published as a .swf file and not a .air file. I think anyway.

It always opens in flash player instead of AIR, why is this?

senocular
10-24-2007, 04:52 PM
AIR is an installer file, its not an executable. The "executable" technically is the SWF file. AIR is a runtime for playing that SWF file as an application. The XML descriptor file defines how that application is run in AIR. To launch it as an AIR application (outside of testing), you have to package it as an AIR and then install it.

Muncey
10-25-2007, 01:45 AM
AIR is an installer file, its not an executable. The "executable" technically is the SWF file. AIR is a runtime for playing that SWF file as an application. The XML descriptor file defines how that application is run in AIR. To launch it as an AIR application (outside of testing), you have to package it as an AIR and then install it.

Ohhh i see now, thanks a lot!