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.

learn more… | top users | synonyms

-1
votes
0answers
23 views

Any way to include a non-reverse-engineerable component to kill an AIR app?

I'm working on a HTML/JS Adobe AIR app. I know I can obfuscate my JavaScript, but this is very easily deobfuscated. I have a requirement to have a product key with online activation. I could fire ...
2
votes
0answers
25 views

Playback of a video stored on Camera Roll?

I'm having trouble trying to playback a video stored on an iOS device's camera roll. This is an Adobe AIR app, using two air native extensions (ANE): one extension for picking media (images and ...
0
votes
1answer
53 views

Native extension from freshplanet crashing on android

Hello I am not sure if anyone is familar with Freshplanet's ANE for Facebook(https://github.com/freshplanet). I am using android and my app crashes right after facebook asks me to accept the Facebook ...
0
votes
1answer
34 views

ANT Adobe Air ANE build Android Cannot access android.app.Activity

Im trying to compile an adobe Air ANE file but I keep on getting this error im unsure how to resolve: [javac] /Users/feli/Desktop/Flurry ...
0
votes
0answers
29 views

Adobe air native extension application crashes on using FragmentActivity

I am trying to work on a AIR native extension for android. So far i have worked on different type of stuff but seems i have hit the roof. Whenever i try to extend FragmentActivity rather than normal ...
0
votes
0answers
44 views

google maps ane: RuntimeException: Attempting to create multiple DataRequestDispatchers

I'm creating a native extension that shows a native Google Map from a Flex-based AIR application. You can watch lee brimelow's demo to get the idea: ...
0
votes
0answers
46 views

iOS Address Book crash when iterating thru 1K+ entries

I'm having problems when accessing an iOS device address book that has about 1500 contacts. Here is the error I'm getting: May 6 17:49:01 Jon-Snow ...
0
votes
1answer
16 views

Duplicate Symbols when using multiple Native Extensions

I would like to use more ANE in my Adobe AIR 3.7 iOS Project, but when I compile, it says, the ContextFinalizer, and ContextInitializer symbols are duplicated. I think, more of my ANE-s use same ...
-1
votes
0answers
36 views

How do I make it (Kinect Your Shape Fitness) image in airKinect? [closed]

I saw that 'Kinect Your Shape Fitness'. http://www.youtube.com/watch?v=ifVqE3q_KNE and 'Kinect nike training'. http://www.youtube.com/watch?v=EOjRQ1Ytruc I want the image to look like it. ... ...
1
vote
2answers
116 views

Adobe ANE works on iOS and Android devices, but not in AIR simulator

The vibration ane by Adobe works well in a Flex mobile app both on iOS and Android, but when I try to launch an AIR simulator from Flash Builder 4.7 on Windows 7 I get the error: Here a copy of ...
0
votes
0answers
29 views

Configuring Flash Builder (Eclipse CDT) to work with MSVS compiler

I'm making a native extension for my AIR project with C++, and MinGW doesn't fit my needs; it doesn't have necessary includes, such as ShObjIdl.h. But the Visual Studio does, and when I try to use its ...
1
vote
0answers
46 views

adobe air native extension config files

I've been googling for something seemilgly simply, but I can't seem to find an answer: I am building some adobe native extension (ios/android). The native code is expecting to find a config.plist ...
0
votes
1answer
111 views

Air Native Extension + Facebook SDK + FacebookSDKResources.bundle = not working

I can't add the resources from FacebookSDKResource.bundle in my ANE project. For exemple, when I open a Facebook dialog(FBDialog.m), there is no close button which is in this bundle. The close button ...
0
votes
2answers
92 views

Adobe AIR Native Extension TWAIN Image Scanner

Currently I am working on Adobe AIR Native extension which gives possibilities to simple manipulate image scanner using TWAIN. I use CTwain class found at ...
0
votes
0answers
61 views

Call Normal Function of Objective C From FREObject Function to Native Air Application?

i have devloped some code in my xcode with objective c and i want to use that code in my air application.. problem is that whichever function u want to use in ur native air app from your ane file then ...
0
votes
1answer
125 views

flex air mobile sending SMS with native extension ANE

I try to run : http://www.smallscreendesign.com/2011/09/29/air-native-extensions-rock/ I downloaded the code and imported the project folder (AndroidExtensions_Demo) in Flash Builder 4.6, changed ...
1
vote
0answers
56 views

Is iOs native “Data Protection” available using AIR for iOs?

I want to use Adobe AIR to develop and deploy a custom iOs application in our enterprise - but I have a requirement that I must use iOs native "Data Protection" to encrypt any data stored locally. I ...
1
vote
1answer
55 views

Importing Freshplanet ANE

I discovered the great Freshplanet ANE repository https://github.com/freshplanet/ I'm trying to get the basic AirAlert to work but I can't work out how to resolve the import. I build my Adobe AIR iOS ...
2
votes
2answers
81 views

How do you create a swc for a native extension?

I am trying to implement in-app billing with an Android app I am creating in Flash Builder, so I downloaded a native extension to handle this (https://github.com/pozirk/AndroidInAppPurchase). It comes ...
0
votes
0answers
95 views

Capturing Video on Mobile device using Adobe AIR

I am tasked with creating a video recording app for mobile devices (iPhone, iPad, Android) where the users are asked to record a short clip using their phones/tablets. The video is then uploded to a ...
0
votes
0answers
137 views

adobe native extension for android, app crashes on back button when trying to come back from Browser

I have created a native extension (Android) for 3rd party advertiser (TrialPay), in which it requires to load webview and further opens the url in native browser. After that it asks to tap back button ...
0
votes
1answer
78 views

How to implement isSupported() functions for the android maps v2 native extension

I'm wondering what would be the best way to implement isSupported() method in air native extension which utilizes android maps v2. I know that MapFragment.getMap() returns null if Google Play ...
0
votes
1answer
105 views

Java performance in Air Native Extension, how do I optimize?

I have simulatin with 30 airplanes that I want to run on an Android Phone. I coded the whole thing in AS3 but figured there would be a boost in performance if I'd use Java in as a Native Extension. ...
0
votes
2answers
452 views

Error #2044: Unhandled IOErrorEvent:. text=Error #2032: Stream Error

Good Day, I working in Android/IOS App using AIR 3.5. In this project I download ZIP file and extracted in specific folder, after that I using the assets ( IMG, XML and Sounds), everything work fine ...
0
votes
1answer
88 views

NoClassDefFoundError android flex ane extension

I created a ane native extension for a flex application and I have a problem. My problem is that i get a NoClassDefFoundError from native java code. The class that is not found is in a third-party ...
2
votes
1answer
79 views

Flex object size are different when I add an ANE

I have a problem when I add an ANE (that I built by myself) to a Flex mobile project. The problem is that the size of the objects are different than before I add the ANE. I've never used this ANE, ...
0
votes
0answers
63 views

Vibration ANE Woes with Flash Professional CS6

There are numerous sites and articles claiming adding and using the Adobe Native Extension for Vibration using Flash Professional CS6 should be easy a pie. For example: ...
0
votes
0answers
34 views

AIR 3 Native Extensions for USB game controller

Have the Happ USB game controller interface (UGCI). http://na.suzohapp.com/joysticks/950800xx.htm I want to interface with an existing AIR application. Does anyone know if an AIR Native Extension ...
1
vote
0answers
614 views

No content provider found for permission revoke android native extension

I developed an android native extension for a flex project and i have this problem. My native extension calls an activity on android and then my flex applcation crashes but has no obvious error. I ...
0
votes
0answers
122 views

Add an image above camera preview on an ANE for iOS

I'm building an ANE for iOS where I show the native camera preview. It works ok. However, I want to show an image above the camera preview (because I'm doing a barcode scanner) and I'm unable to see ...
0
votes
0answers
103 views

Writing AIR native extension for Android

I am writing a native extension that needs to setup a map, dynamically add/remove Markers, adjust camera/zoom, etc from a mobile air project. I have created a test project and built an ane file with ...
0
votes
1answer
177 views

Video Camera native extension for IOS

I'm building a native extension for iOS, where I want to implement a Barcode Scanner. I've followed the AVCam example and I've tried it in a native application (full xcode) and it works ok. Now, I ...
1
vote
0answers
64 views

Add a static library in an ANE for iOS

I'm building an ANE for iOS platform, and I need to use a static library: libBarcodeScanner.a. I know that when you use a framework or library that isn't on the list of frameworks that AIR links in ...
1
vote
0answers
167 views

Creating Android Native Extension and getting: Permission Denial: starting Intent.. on second activity

I am successfully calling my first Activity from my AIR Native Extension, however, when I try to call the second one, I am getting the Permission Denial error (see logcat screenshot). I have tried ...
0
votes
1answer
111 views

NetworkInfo Native Extension for AIR

I need to know/handle when my Adobe AIR iOS app has lost wifi or 3G connection so thought I'd use the NetworkInfo class to do this (as per the info on this page ...
1
vote
1answer
107 views

StageWebView fails to show keyboard on iPad/ios6.1

We are using StageWebView on iPad to show special sharing pages to user. Everything works fine (page loaded ok) except that after we upgraded our test iPad to 6.1, stagewebview stopped to popup ...
0
votes
0answers
89 views

flex native extension android throw error transmision

I tried to throw an error in an android flex native extension and the message of that error i tried to show in flex project. The problem is that when an error is thrown in flex native extension i ...
2
votes
3answers
208 views

flex android action script native extension

I designed a native extension for android in flex and i have a problem with this extension. I have packaged the ane file, I have added to the android flex project and it compiles correctly but at ...
2
votes
1answer
86 views

ld: library not found for -lgcc_s.1 when creating AIR iOS package with native extension

I'm trying to create an AIR native extension for iOS, but when try create the package to deploy to my device, I'm getting the following error: ld: library not found for -lgcc_s.1 Compilation failed ...
0
votes
0answers
87 views

How to build exe with Adobe AIR adt on Ubuntu Linux?

I have an existing application that is built on Ubuntu Linux using Maven. It has a server part (Java), Client part (Flex/AIR) and installers (Windows installers + RPMs). The client part now needs to ...
0
votes
1answer
125 views

ANE for one platform on Flex mobile project for iOS and Android

I'm very new at Flex Mobile Projects and native extension. I have a big doubt... If I have an ANE that only works on iOS or Android, can I use it into a project for Android AND iOS? I mean, if I ...
0
votes
3answers
526 views

AIR Native Extension - Starting an Android Background Service

I'm working on an AIR Native Extension that needs to start a Background Service. I've tried different methods of starting the service. Here is my AIR Android Manifest Section (from my -app.xml ...
0
votes
1answer
310 views

air push notification with Android GCM and Fresh Planet extension

I'm using Fresh Planet's AIR Push Notification extension for Android and iOS. Everyone's saying it works ok but I cannot make it work with Android. I instanciate the extension properly, and I try to ...
0
votes
1answer
167 views

Vertical Scrolling for iPhone in ActionScript 3

I am working on a project for iPhone (flash builder 4.6), in which I have to implement a custom scroll component. Basically I have to show the Facebook users in a list render-er, scrolling is ...
0
votes
1answer
107 views

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 ...
0
votes
1answer
114 views

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: ...
0
votes
0answers
51 views

Air ANE fails within Captive Runtime

I developed an ANE for Android based on the zbar library to scan QR and barcodes. It works fine in debug mode, and also when I export the release build using the shared runtime. But when I package ...
0
votes
1answer
109 views

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 ...
0
votes
1answer
274 views

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 ...
1
vote
1answer
198 views

Mobile Augmented Reality [closed]

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 ...

1 2 3 4