Questions tagged [adobe-native-extensions]

Native Extensions for Adobe AIR are code libraries that contain native code wrapped with an ActionScript API. Native extensions provide easy access to device-specific libraries and features that are not available in the built-in ActionScript classes. Examples of native extensions include making a mobile device vibrate, integrating ad-networks and in-app purchasing systems into your games, and using the iOS Game Center in your iOS games.

Native Extensions for Adobe AIR are code libraries that contain native code wrapped with an ActionScript API. Native extensions provide easy access to device-specific libraries and features that are not available in the built-in ActionScript classes. Examples of native extensions include making a mobile device vibrate, integrating ad-networks and in-app purchasing systems into your games, and using the iOS Game Center in your iOS games.

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

11 questions
2
votes
1 answer

Possible to use share internal files (e.g. using FileProvider) within a flex native extension to other apps

As part of an Adobe Flex application, I am writing an android native extension to allow me to send emails with file attachments using files generated from flex code. However I don't want the file to be world readable as it might contain sensitive…
1
vote
1 answer

Facebook AnE Android: Login Activity - .ApiException: code 1: an unknown error has occurred

After logging in to connect my app to the player's facebook, all I get is a facebook overlay with 'Error' as its title and 'Sorry, this feature isn't available right now: An error occurred while processing this request.' in the body. This happens…
1
vote
1 answer

IOS Framework into ANE

How can I embed a framework into an Adobe Native Extension? I used the platforms options, but when I try to compile Flash show an id64 error. On a Mac is possible copy the frameworks into the Xcode folder, but I need embed the frameworks to compile…
esdebon
  • 2,460
  • 5
  • 26
  • 33
1
vote
0 answers

How to add a native extension to Flash develop 4.5 +

when i tried to include an ane file in flash develop and run the application i was getting error "The content cannot be loaded because there was a problem loading an extension Error : requested extension com.adobe.extensions.Vibration could not…
Jose G Varanam
  • 767
  • 8
  • 19
1
vote
3 answers

How to get FREContext from Context?

I have an ANE (Adobe Native Extension) auto launched after BOOT_COMPLETED. It runs as a service listening for phone status changes. Everything works fine until I need bring the main AIR activity to front to get user input. I know how to get the…
Delcasda
  • 371
  • 4
  • 13
1
vote
0 answers

This ANE does not support desktop(mac), apple ios device platform

I am trying to implement the login with facebook,twitter etc to my game. I am using flash builder 4.7 and sdk 3.8 on mac. while using the Goviral ane extention it shows some error like "This ANE dose not support desktop(mac),apple ios device…
Nilesh Mahajan
  • 607
  • 4
  • 16
0
votes
1 answer

Calling a function in android activity in AS3 native extensions

I have an android ANE, and when the ANE initializes I start a new CustomActivity (extends Activity) which has all my custom logic for the ANE. This is how I start the activity in my CustomExtensionContext (extends FREContext) class : Intent intent =…
Aditya
  • 313
  • 1
  • 6
  • 16
0
votes
0 answers

AIR Native extension and UIViews

I'm making an experiment with a native extension to access device camera on iOS. The goal is make a stream of a UIView on a BitmapData on AS3. mView=[[UIView alloc]initWithFrame:[UIScreen mainScreen].bounds]; AVCaptureVideoPreviewLayer *previewLayer…
0
votes
1 answer

Including info.plist (iOS) when exporting to Air native extensions

I am having problems with exporting a working .ANE using the external accessory framework of Xcode/iOS. Let me briefly show what I did: I took the Vibration example of the adobe website, I can successfully edit this example and create a .ANE which…
0
votes
1 answer

2 Adobe Native Extentions conflict in Android project

I have to use 2 ANEs in my android project. When I attach 2nd ANE Flash Builder shows a lot of such problems: Error occurred while packaging the application: aapt tool failed:C:\Users\***\res\layout\anesample.xml:8: error: Error: No resource found…
Sieva Kimajeŭ
  • 337
  • 1
  • 3
  • 12
-1
votes
1 answer

Can gyroscope hang, stop working, return zeros?

Testing on iPad 4, happened also on iPad mini. AIR application uses native extension to retrieve data from gyroscope. Sometimes, seems like after a while of not using the iPad, everything works fine, but the gyroscope returns zeros or just doesn't…
kosmo
  • 175
  • 2
  • 13