All posts tagged 'Adobe AIR Native Extension'

Release: Updates to our screen recording ANEs

Posted on November 26th, 2014 · Posted in Adobe AIR Native Extensions

iOS 8 developers, rejoice, we support you! We are updating all of our ANEs to support iOS 8 and the latest AIR SDK. These three are ready for you to download: How do I update? If you have already purchased one of these ANEs you get an update for free. This is how to download..
Read more

iOS Camera extension – iOS 7 update

Posted on January 31st, 2014 · Posted in Adobe AIR Native Extensions

It was about time we updated the Camera AIR Native Extension for iOS 7 and AIR SDK 4.0. We also fixed a couple of bugs along the way, including this one, reported by admin@cuijiahao.com: What steps will reproduce the problem? 1. Set camExt.startVideoCamera( NativeCameraExtension.PresetPhoto, 24, 50, false); 2. bytearray returned with..
Read more

E-mail native extension – iOS7 fix

Posted on November 7th, 2013 · Posted in Adobe AIR Native Extensions, How to...

April 2014 update: we have moved the project and packaged it with a sleek manual on our new website, along with a sleek manual and demo video. Check it out: http://easynativeextensions.com/product/diadraw-e-mail-ane/ Good morning/afternoon/fill in your timezone, AIR people! A lot of you got in touch to tell us that the release of..
Read more

How to debug your Android ANE

Posted on July 1st, 2013 · Posted in Adobe AIR Native Extensions

Unlike AIR native extensions for iOS, where you can debug either the native code or the ActionScript code, on Android you have the option to debug all of your code at the same time. This post shows you how to debug your Android ANE on a device via USB both..
Read more

The Easy Native Extensions eBook is out!

Posted on April 5th, 2013 · Posted in Adobe AIR Native Extensions, How to..., ID
Easy Native Extensions - Jedi Knight Package - 65 percent off

For those of you who would rather not read the saga of how this book came about, here are a couple of options: find out more and get 50% off the eBook until end of April here: http://diadraw.com/easynativeextensions  or subscribe to our mailing list in the form below for an..
Read more

Adobe AIR Native Extensions for iOS – Initialization and Finalization infograpics

Posted on January 2nd, 2013 · Posted in Adobe AIR Native Extensions
Initialization Sequence Diagram

This post shows you through a couple of infographics what happens when an AIR Native Extension is loaded and unloaded by the AIR Runtime. First, a couple of useful resources What goes into a native extension for iOS? This is our previous infographic-rich post on how a native extension fits together...
Read more

AIR Native Extensions for iOS: infographics

Posted on December 20th, 2012 · Posted in Adobe AIR Native Extensions
AIR iOS Native Extension - Layers

So you want to know what’s in an AIR Native Extension for iOS and how it fits together? I know, Adobe’s online manual has it all, which is great. It is also a problem, as you are left to sift through tones of pages of information, just to get a..
Read more

Making AIR native extensions: orientation on iOS 6

Posted on November 20th, 2012 · Posted in Adobe AIR Native Extensions

If you are making AIR native extensions which use any form of native window, you may notice one of two things: The native window seems to have a mind of its own when it comes to orientation. In other words, if you want to keep your app Landscape only, the..
Read more