Questions tagged [air-native-extension]

Native extensions for Adobe AIR are a combination of ActionScript classes and native code that provide easy access to device-specific libraries and features that are not available in the built-in ActionScript classes.

A Native Extension allows native code to be packaged along with an Actionscript application practically extending AIR. The code in the extension can utilise native components on the device and provide an Actionscript API to access these components from your application. "Native extensions provide easy access to device-specific libraries and features that are not available in the built-in ActionScript classes."

They are a combination of ActionScript classes and native code in a single ANE file.

The Adobe maintained list: http://www.adobe.com/devnet/air/native-extensions-for-air.html

281 questions
0
votes
1 answer

Air - How to use a native extension in Flash CS5.5?

I would like to use a native extension (ANE) in Flash CS5.5. I saved the ANE as a SWC and added it to my project, but this error keeps on coming up: Error message: 1172: Definition qnx.events:InvokeEvent could not be found. ActionScript: import…
Anky
  • 127
  • 2
  • 11
0
votes
2 answers

start activity in FREFunction of air native extension

in the native java code of my native extension,i need to jump to a particular page,what i have tried is to start a new Activity in the call function of FREFunction Object,my code is like this: `ComponentName comp = new…
kobee
  • 9
  • 3
0
votes
1 answer

build ANE Share/SMS/Toast extension for android

I'm new to AIR for Android development and can't seem to get past building the ANE sharing/SMS/Toast native extension for my android development in ActionScript on AIR for Android. I have downloaded the ANE source from…
0
votes
1 answer

Checking android heap size

Is there a good way to check how much memory out of overall heap size has the device in Java? My app, which is written in adobe air, uses native Java extension to load multiple images from SD Card. I found this piece of code to check if bitmap could…
Fossor
  • 268
  • 1
  • 7
  • 21
0
votes
1 answer

Mobile Augmented Reality

I need to create a mobile app which will ideally work on both android and ios support multimarker detection (detect 3 markers) support multimarker detection of the same image use natural photo style markers (not old black block style markers such…
Tom
  • 12,591
  • 13
  • 72
  • 112
0
votes
0 answers

Keys repeat and cannot be deleted when using StageText

I am trying to implement Stagetext inputs for my AIR app and I am encountering a huge bug. When I type in the input box, for example "test" characters start to repeat themselves and when I try to delete them, they keep duplicating. Is there a fix…
Mr Pablo
  • 4,109
  • 8
  • 51
  • 104
0
votes
1 answer

AIR Native Extension for accessing native UI controls on IOS

Does anyone have a clear idea about or a sample of air native extension that helps me use alert view of apple touch devices. I tried a lot for the same but ended up getting no success. Thanks in advance.
Jay Sampat
  • 195
  • 1
  • 8
0
votes
1 answer

Adobe Air Keyboard Native Extension (OSX)

I would like to make an adobe air desktop (OSX) application what can control the Keynote (slide right, and left). I find the easiest way to make a Native Extension, what is 'pressing' the left and right arrow keys. I find this: Simulating key press…
Lajos Viktor
  • 148
  • 7
0
votes
2 answers

how to dynamic linking for the .ane files

I created a native extension. I can debug this application as an desktop application. Working well, there is no problem while using native extension classes. But When I debug for Premiere Pro, I get " Class com.extenison.samples.ANESample::myClass…
0
votes
2 answers

custom notification sound on GCM air extension

I'm building a GCM extension which an AS3 developer can set the location of an mp3 file on sdcard and when the GCM notification runs, that custom sound plays. all good, all fine. but when I close my air app and send a notification from server,…
0
votes
2 answers

create adobe air native extension in java

I have to create a Native Extension to access network files on air. I have a desktop application on air. Searched the web to create an air extension by using java. There are lots of documents but both of them for Android or iOS. So they are so…
nadir.shpz
  • 124
  • 1
  • 13
0
votes
0 answers

AIR Android native extension, that includes ASdoc?

I am making a Native Extension with AIR for Android, but i get the following error when launching the app: (no errors when compiling the .ane or the app) [project name]\com.adobe.flexide.multiplatform.android.platform\zbar.ane is not a valid native…
sydd
  • 1,824
  • 2
  • 30
  • 54
0
votes
2 answers

AIR Native Process won't launch executables Error #3214 or Error #3219

Pulling my hair out. Am using extendedDesktop in application descriptor My pathing is correct to the executable(checked if exists in code) Also made sure I give full permissions to my executables, but I…
Bachalo
  • 6,965
  • 27
  • 95
  • 189
0
votes
1 answer

Android res/layout Folder not included in the APK file (but included in the ANE)

I'm having a problem with resources on an Adobe ANE Android extension: android.content.res.Resources@NotFoundException: id.myView I have a xml layout file, which is included in the ANE file (checking by unzipping the ANE file and looking into…
dornad
  • 1,274
  • 3
  • 17
  • 36
0
votes
1 answer

Recovering Stage3D context after viewing iAd using Starling and Air for iOS

I have an app using Starling and a native extension for iAds (Milkman Games iAds Extension) I noticed that when a user clicks the iad, interacts with it and then returns to the game there is a long delay with a black screen as Starling recovers a…
Plastic Sturgeon
  • 12,527
  • 4
  • 33
  • 47