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
6
votes
1 answer

Can't compile 64-bit AIR ANE with ADT

I'm trying to compile the Adobe tutorial ANE (GitHub repo here, Tutorial here) for armv7 and arm64 architectures to bring it up to date. ADT is failing, with Apple App Store allows only universal applications. "libIOSVolumeLib.a" is not a universal…
Tom Auger
  • 19,421
  • 22
  • 81
  • 104
5
votes
1 answer

Case Sensitive Directory Path in Windows

I have reviewed the questions/answers asking whether or not directory/file names are case sensitive in a Windows environment as well as those discussing a need for case-sensitive searching [usually in Python, not C], so I think I understand the…
5
votes
0 answers

Adobe AIR iOS Compiling with ANEs

I'm impliment the Game Center ANE provided by Adobe to my AIR game for iOS developed in Adobe Flash CC 2015. I downloaded the latest ANE, which should be 64bit, but when I try to compile the file, or even export movie (Ctrl + Enter), I get this…
schou
  • 87
  • 8
3
votes
1 answer

safe convert uint8_t into wchar_t

This is my very first native extension between AIR and C++, and in C++ programming as well, so I am not sure where to look for help with type conversions. From AIR side I receive a string in uint8_t (FRE... function call). I need to use this string…
sorrex
  • 31
  • 3
3
votes
2 answers

Air Native Extension: iOS packaged dependencies (Firebase)

I'm having trouble building an ANE for use with an iOS app. I've been able to create a basic ANE that logs a string. However, it's when I try to package frameworks (specifically the Firebase core frameworks) with it that I'm running into trouble. I…
3
votes
1 answer

Air Native Extension for Mac - "does not have a method named"

I'm adapting an air extension for PC to the Mac. Successfully creating a project which "ought to" work, but instead I get Error #3500: The extension context does not have a method named The packaged ANE is being loaded successfully, but no calls…
ddyer
  • 1,792
  • 19
  • 26
3
votes
1 answer

How to include additional Jar in Android Native Extension for Adobe Air Mobile

I have build a pretty nice little app using Adobe Air Mobile (FlashBuilder) and Android Native Extensions (ANE). I would like to incorporate the Jayspt encryption library with my ANE but I can't seem to find any documentation telling how to do it.…
FuzzyBear
  • 131
  • 1
  • 7
2
votes
1 answer

connect apps with WiFi Direct or hotSpot in Air/AS3

is it possible to connect my game/apps installed on separate android &iOS devices with AS3 / Air to communicate either through wireless (without access point), maybe WiFi direct or hotpot or any other means? in fact i want devices connect each other…
2
votes
1 answer

Adobe Flash Professional CS5.5(AS3) with Distriqt Compass always says "The native extension context could not created"

I'm using Adobe Flash Professional CS5.5 with ANE Distriqt Compass, I've created a simple .fla project and written a few lines of AS3 script. The compilation was successful, but when I executed the .swf file on my PC, at the beginning it always says…
Cro
  • 338
  • 4
  • 18
2
votes
1 answer

Adobe AIR: Error #3500

EDIT: I was finally able to make a "Hello, World!" project set. If you are also having Error #3500 problems, see my answer below for a working project set. I'm currently making a "Hello, World!" Native Extension for Adobe AIR with FlashDevelop. My…
adentinger
  • 1,367
  • 1
  • 14
  • 30
2
votes
1 answer

Show native view and control on an IOS ANE

I'm on my first endeavor of creating an ANE. The final result should be an iOS GoogleMaps ANE. However, i'm not able to find enough documentation on how to show native controls or views, on top of the Air Stage. I found the following post, but it…
BernalCarlos
  • 936
  • 3
  • 12
  • 25
2
votes
1 answer

Adobe native extension for Android to play sounds

I am developing a simple game for android using adobe air, but there is some delay in the sound effects when playing it on the device. I checked the sound (mp3 file) if there is any silence at the beginning but the sound file does not have any…
animator
  • 61
  • 2
2
votes
0 answers

How to setup Fresh Planet Ane Google Play Game Services Correctly?

Hey everyone so I've been at this for days now. I am setting up the Google Play Game Services ANE from Fresh Planet using Flash CS6 and Flash Develop with the latest Adobe AIR 17.0. I have the ANE connected to the library path in Flash CS6 also…
Nathan
  • 536
  • 4
  • 21
2
votes
1 answer

air sdk 16 buid app with ane,required to have universal iOS libraries. Please contact the ANE developer

I got a error when build air ios game with air sdk 16. when add a chartboost ane plugin(https://github.com/lilili87222/chartboost-ane-flash-air-android-ios) Error: META-INF/ANE/iPhone-ARM/libAirChartboost.a, META-INF/ANE/iPhone-ARM…
backham
  • 106
  • 5
2
votes
0 answers

Adobe Flex Mobile + AIR - Custom iOS Build Setting

I am building some Adobe Flex Mobile application using Flex 4.6.0 + AIR 3.5 only for iOS This app involves some iOS Native Extension created also by me. The thing is that this ANE uses some third party framework (GD.framework from Good Dynamics…
1
2 3
10 11