Monat: November 2011

19. November, 2011

Adobe AIR Gyroscope Native Extension with Euler Angles (roll, pitch, yaw) for iOS

UPDATE: I have released the extension including source on google code with some changes. Euler Gyroscope ANE on Google Code I baked my very first AIR iOS Native Extension. It’s just an adapted version of this version from Adobe. Because in my opinion the data of radians per second aren’t really good to handle. So I looked into Apples API documentation and found out that […]

8. November, 2011

Convert PNG to JPEG XR for use in Flash / Flex and AS3

A new feature in Flash Player 11 and Adobe AIR 3 is the feature to use JPEG XR. A enhanced JPEG format. But how to generate or convert JPEG XR files. I found no Photoshop Plugin. All open source tools aren’t able because of licensing problems. The only tool i found is XN View, which can convert PNG files including the alpha channel to JPEG […]

8. November, 2011

Adobe AIR 3: How to build a Captive Runtime, Standalone Bundle Executable App

The challenge was to build a Adobe Air 3 Standalone Executable. Also called a „Captive Runtime“ or a Bundle. Here are some better descriptions: http://www.adobe.com/devnet/air/articles/air3-install-and-deployment-options.html But it was not so easy as it sounds because the order of the adt options are very important! If the order isn’t correct you get the error „-storetype is required„. And if you are behind a firewall or no […]