The Adobe AIR platform has introduced the new .air type of install file for their cross-platform offering and while many eager Adobe AIR programmers are offering their custom built .air projects on their websites, most haven’t gone to the effort of setting up the correct MIME type on the server. Of course, this means that in most cases browsers incorrectly deduce that it is a standard ZIP file on offer, causing unnecessary confusion on the part of the user and in its own way perhaps introducing a barrier to the willing adoption of the AIR platform.
A good way to deal with this is to set up your Apache web server to deal with this by setting the appropriate MIME type via your .htaccess file in order to deal with the .air extension. In order to do this, all you need is add the following line to your file:
AddType application/vnd.adobe.air-application-installer-package+zip .air
Upload the file to your server and you should now be good to go! :)
You might also enjoy:
-
Despite Adobe AIR being such a nifty idea, which it really is mind you, you'll quickly find out that uninstalling an Adobe AIR package isn't quite as easy a ...
-
The Adobe AIR runtime lets developers use proven web technologies to build rich Internet applications that run outside the browser on multiple operating sys ...
-
Right, you've got a shiny new copy of Adobe Photoshop CS3 in your hands and a desktop loaded with Microsoft Vista in front of you. However, each and every t ...
-
To run any one of the brilliantly useful Adobe AIR applications floating around there on your shiny new Ubuntu Lucid Lynx installation is actually pretty ea ...
-
Aptana is a really nice, Eclipse-based web develoment IDE, and thanks to its well thought out plugins system, a pretty good environment in which to create s ...