Questions tagged [ane]

Adobe AIR Native Extensions contain native code wrapped with an ActionScript API.

Native Extensions for Adobe AIR are code libraries that contain native code wrapped with an ActionScript API. This allows access to device-specific features not available in the built-in ActionScript classes

Official page: http://www.adobe.com/devnet/air/native-extensions-for-air.html

155 questions
0
votes
1 answer

ANE-Facebook Freshplanet - Crash after onBtnShareLink option

I'm using the Freshplanet Facebook ANE I'm trying to use the ANE to post a link on Fb. When there's a tap, FB window opens and I'm able to post my message. After the post, it come back to my application and everything crash. No message added on…
Superpink
  • 33
  • 5
0
votes
1 answer

How to package .json files for use in an ANE for iOS

I am creating an Adobe Native Extension (ANE) for use with iOS. The native code in the main .a library file used for the ANE depends on 3rd party frameworks which themselves depend on the definitions of JSON objects defined in several .json files. I…
0
votes
1 answer

[Air ANE Java]How use FREObject in Thread?

i want new thread load file.when complete i will call dispatchStatusEventAsync and push the FREByteArray.but will trigger FREWrongThreadException. only a single thread?
qwe520liao
  • 15
  • 1
  • 3
0
votes
0 answers

Invoke Camera intent and get image data without using @Override onActivityResult

I need to call Camera intent and get taken photo back but I'm in situation where I can't override any Activity to make use of onActivityResult method. Is there any other way to get this data ? I've read about…
0
votes
0 answers

Flex native extension for iOS packaging error

I am trying to make a native extension in AIR for a receipt printer in iOS. When I try to package my application using Flash Builder 4.7 (on windows 8.1), I get this error message: Error occurred while packaging the application: ld: file was built…
Fouad
  • 57
  • 4
0
votes
4 answers

FragmentActivity in Adobe AIR ANE

A write native extension for android to display "Better pickers" from github. To display components from this library I wrote Activity extends FragmentActivity to get FragmentManager. I include classes from android-support-v4.jar into my project -…
0
votes
1 answer

Google Play Game services ANE version 5089000

I have been using my own ANE for my android games and it works great. It has AdMob, Leaderboards and Achievements functionality. I used Google Play Game services version 4242000, which was the latest version when I first started building it. Now…
0
votes
0 answers

Adobe air android/ios, how to limit captured video length?

I have been searching but have found no information on this. I am working on an app that captures video from the device camera and I would like to limit the length to one minute or less. I have seen the camera API which allows monitoring the status,…
Chris
  • 133
  • 1
  • 10
0
votes
2 answers

upload flash air integrated admob ane failed

I created app with flash cc and have packed ipa success,and test it on ios8 device. but upload fail when submit to appstore. I integrated admob ane( https://github.com/lilili87222/admob-ane ) for flash air in my app, I am not sure weather caused by…
backham
  • 106
  • 5
0
votes
1 answer

in-app billing basics for beginner

some might remember me from previous questions. I'm building an app for Android and it's going well. Most of the functions I wanted work great. I learned the basics by myself (and with the help of a few generous people here on StackOverflow!) but I…
Jeryl
  • 139
  • 1
  • 10
0
votes
1 answer

ADT unexpected argument

I'm trying to build ANE and need to specify -platformsdk path_to_ios_sdk argument. But I'm getting unexpected argument -platformsdk. Moreover I've tried to run ADT with any other parameters and they don't work. Why? adt -connect xxx as example: Is…
Injectios
  • 2,777
  • 1
  • 30
  • 50
0
votes
2 answers

Flash Pro CS6 - adMob not working after Google play services update

I have spent quite a few days trying to solve this but it is not working. I was using adMobManager from: https://github.com/lancelot1/ane-admob This was working before the new google play services update. My code: import…
S4VV4S
  • 11
  • 2
0
votes
1 answer

How to install ANE Air Native Extension at runtime?

Is any way to install and use ane extension from external module/swf. As far i know, that extension files(ddl etc) is installed with native installer. Is any way to install them in runtime, for example when external swf is loaded?
Y Borys
  • 543
  • 1
  • 5
  • 21
0
votes
1 answer

Air Native Extension BroadcastReceiver not fired

I'm trying to make an ANE that can dispatch an event to AIR on a service call. I have no errors when creating the service, but my broadcast doesn't seem to be called. Here is my AlarmCreation (I have remove unnecessary code) public FREObject…
Fabrice Lefloch
  • 409
  • 4
  • 16
0
votes
1 answer

R.* mechanism in building air native extensions

I am trying to use the new approach for accessing android resources using the R.* mechanism introduced in Air SDK 4.0 and above. but I have a really hard time understanding how to setup the platform.xml because although I can build the .ane , when I…
Hadi tavakoli
  • 1,267
  • 2
  • 16
  • 30