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

Can Manifest Receiver for In app payment be moved to Java code instead?

Google example for in-app payment suggests to add the manifest entry in order to receive the payment confirmations. But in Native Extension for AIR, the receiver will not be found as its a different package. So i moved the receiver part to code as…
0
votes
4 answers

Find pointer/class using raw memory address

Before I ask my question, I want to say I realize there are some "similar" questions but nothing (that I can find) that specifically answers my question, so here goes. I'm wondering if the following is possible. Lets say I create a new instance of…
user562566
0
votes
1 answer

Is it possible to load up the native camera via Air native extensions?

As per the title really... Is it possible to load up the native camera via Air native extensions? We've created a native extension (iOS & Android) and the iOS portion works fine (loading up the native camera control) but when implementing the same…
0
votes
1 answer

Flex/AIR Application Desktop Toolbar

I am currently constructing an AIR application using the Flex framework for deployment on Windows platforms and it would be preferable (for the sake of UX) that the main application window acts as a Application Desktop Toolbar on the right edge of…
0
votes
1 answer

Licensing Adobe AIR app - how to

Previously I build two apps. The free app have truncated functional and promoting the paid app. Paid application is defended by Copy Protection of Android Market. Now I installed the native extention. If I get status == LicenseStatus.LICENSED in the…
Astraport
  • 1,239
  • 4
  • 20
  • 40
-1
votes
2 answers

MouseEvent not dispatched after launching a new activity from ANE

I'm trying to launch a new activity from an Air Native Extension for Android function: public FREObject call(FREContext context, FREObject[] args) { try { Context contextApp = context.getActivity().getApplicationContext(); …
mik
  • 799
  • 9
  • 31
-1
votes
1 answer

NSInvalidArgumentException while running Adobe Air app with native extension on ios

I have compiled ANE plugin with external Obj-C dependencies: iPhone platform description 8.4
-1
votes
1 answer

Error while packaging application - Flex ANE

We are integrating Push notification with AppBoy SDK in our Flex project. We are created ANE but while packaging application got error like this Error occurred while packaging the application: Undefined symbols for architecture…
Abhishek
  • 1
  • 1
-1
votes
1 answer

capturing keyboard events in adobe air background

I am struggling to find a way so that i can capture keyboard events in adone air even when application is in background mode and sitting in system tray on windows. Basically i want to make it so that if a user presses a certain combination of keys…
user1190524
  • 65
  • 1
  • 13
-1
votes
3 answers

Getting "Invalid extension descriptor" compiling Flex Native Extensions

I'm getting "Invalid extension descriptor" compiling a Flex Native Extension for Android. Everything in the extension.xml file seems to be ok. com.samples.NESample
edsv14
  • 9
  • 1
  • 5
-2
votes
1 answer
1 2 3
18
19