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
2 answers

Adobe air ane for android - take screenshot returns black screen

I making ane which makes screenshot of application. But I always getting black rectangle. public class TakeScreenshot implements FREFunction { @Override public FREObject call(FREContext context, FREObject[] args) { try { …
0
votes
1 answer

Distriqt Share ANE message and url not appearing in Facebook

When using Share.service.share("My message", bitmap, url); I'm not seeing the message or the url appear in the Facebook modal that pops up. The bitmap is making it through, but the text shown in the modal is the standard Facebook prompt ("Say…
Darriuk
  • 11
  • 3
0
votes
1 answer

Android Air GoViral ANE showFacebookShareDialog throwing modeOverride error

I'm trying to implement Facebook sharing using Milkman's GoViral ANE. On the device the app sets up GoViral, the user logs in using Facebook, permissions are granted (including "publish_actions" permission). The call to goViral is as…
Darriuk
  • 11
  • 3
0
votes
0 answers

Run a new UI background activity from an ANE (Adobe Native Extension) on Android

I'm trying to make an Android ANE based on the YouTube API. The YouTube API requires to start a new activity which when called through the ANE, disables the Air app activity until the user hits the back button. What options do I have to run the…
mik
  • 799
  • 9
  • 31
0
votes
0 answers

AdMob integration in flash .apk using AS3 adobe CS6

I would like to ask you all can someon explain me AdMob addition to flash project using CS6 with AS3. I have allready in project, and by the time i finish it i would love to put some AdMob on it. I did Search for ANE and simillar thing, but i just…
K Šiljo
  • 21
  • 4
0
votes
0 answers

Using the DataShare ANE

I have been trying to share an image with the datashare ANE with FlashDevelop: http://www.adobe.com/devnet/air/articles/datashare-native-extension.html At first, it was working great (AIR 24), but since I updated the AIR sdk (I am using AIR 26), it…
yvant
  • 81
  • 5
0
votes
1 answer

Unable to create Folder in SD Card in Android 6.0, Using Adobe Flex Code ANE Extension in Release mode

This is Code to Create Folder inside a file in SD card in Android 6.0, Am using Flex Code , Added ANE Extension, AIR version 24.0 and swf = 35. working in debug Mode, But not working Release Mode. Please Help to…
0
votes
1 answer

Adobe AIR call SoftKeyboardType Phone IOS

is it possible to call phone (not number but phone) keyboard from adobe air on ipa IOS? or is there any ANE?
Hattori Hanzō
  • 2,349
  • 4
  • 19
  • 36
0
votes
1 answer

Actionscript 3 Air for Android DatePicker Ane

I need a datepicker for my App build with Adobe Flash and AIR. I am using the following ANE (https://github.com/freshplanet/ANE-DatePicker),but it does not show up a datepicker. Following is my code : function showDatePicker():void{ var…
Shahbaz Pothiawala
  • 1,175
  • 5
  • 20
  • 38
0
votes
1 answer

Distriqt PushNotification event NOTIFICATION_SELECTED won't fire (VERSION = 6)

Distriqt PushNotification version 6.0.029 I use PushNotificationsHelper in the example folder, there are few issues as below: For initialize PushNotifications.isSupported return true, but once I call register and it return false again. I ending up…
0
votes
1 answer

How to receive response from ActivityCompat.requestPermissions running in Adobe Native Extension (ANE) context?

I'm trying to implement askForPermisions function as an Adobe Native Extension (ANE) for AIR. My function is now defined as: public class APKaskForPermission implements FREFunction { public static final String TAG = "askForPermission"; …
Oldes
  • 937
  • 1
  • 9
  • 24
0
votes
1 answer

Distriqt push notification icon at status bar remain white at Android 5

Andorid 5 take 96px icon as default for status bar and until it is not white + aplha changel it wont display it. But 96px icon is also used for main application icon. How can I set this status bar icon to custom one? how it look like
0
votes
1 answer

How to setup inAppPurchases with Pozirk Ane?

Hey everyone so before I publish my game I really want to Implement this ANE for item purchasing. I looked over all the docs and ReadME but still am confused on how to even get a screen to pop up on showing the purchase or anything. Here is a link…
Nathan
  • 536
  • 4
  • 21
0
votes
0 answers

Adding Admob and Google Play Game Services ANE to flash as3

I am trying to add Google Play Game Service ANE and Admob ANE to the same project and I keep getting the error: ArgumentError: Error #3500: The extension context does not have a method with the name cacheInterstitial. at…
Kheva Mann
  • 319
  • 4
  • 16
0
votes
1 answer

distriqt pushnotifications isSupported return false ( version = 3 )

I get at Android device (Len. P70, Android.v 5.1) isSupported false. Manifest xml should be ok. iOS device works fine. Latest pushnotifications ANE downloaded (###### 2016.03.28 Updated) Any idea why?