I'm using Adobe Air 1.5 with Safari 4.0.3 on Mac OS Snow Leopard. When the browser attempts to download the Air file, binary code is displayed in the browser instead of downloading the Air application. Firefox has no problems downloading this Air application for either the Mac or the PC. Also safari on windows correctly downloads the binary
views:
115answers:
1
+2
A:
Have you added proper MIME type on server for client browser to recognize AIR application ?Make sure its the following
AddType application/vnd.adobe.air-application-installer-package+zip .air
reference http://www.adobe.com/support/documentation/en/air/1_5_1/releasenotes_developers.html
Umesh
2009-11-23 08:00:03
Thanks. It worked.
Varun
2009-11-23 08:13:41