Questions tagged [air]

Adobe Integrated Runtime (AIR), also known as Adobe AIR, is a cross-platform runtime environment developed by Adobe Systems for building applications targeting desktop, mobile and television systems using Adobe Flash, Adobe Flex, ActionScript 3.0, MXML, HTML, or AJAX.

Adobe Integrated Runtime (AIR), also known as Adobe AIR, is a cross-platform runtime environment developed by Adobe Systems for building applications targeting desktop, mobile and television systems using Adobe , Adobe , , , , or .

Useful Links

7796 questions
2
votes
1 answer

AS3: Moving many identical shapes to the left with wrap-around (graph) -- my attempts are too slow

I am at an embarrassing standstill in developing a simple educational app in Flash Pro (AS3). I'm trying to make a simple graph showing vertical peaks when something happens (and a flat line when idle). The graph is realtime since it starts with…
user1649948
  • 651
  • 4
  • 12
2
votes
1 answer

Package flash game to AIR mobile (IPA)

I have a complicated game project using multiple libraries, swc, assets, etc. The output is a two swf files (shell with the menu and the game itself). Packing in IPA (iOS) does not work immediately because of a lot of problems and settings ANT. But…
Astraport
  • 1,239
  • 4
  • 20
  • 40
2
votes
0 answers

AIR for Android - Native activity is destroyed when app is resumed by long pressing home button and choosing app

I am creating a cross platform app in Adobe Flex with AIR 3.3 SDK. For Android, I have created a native extension which launches a native android activity with a simple view in it by firing an Intent. The issue is that when we minimize the app and…
2
votes
1 answer

UI component form Flex to Air

In Flex application I have found a way to save target object to "string";
enloz
  • 5,704
  • 9
  • 37
  • 56
2
votes
2 answers

File class AS3 / AIR: let user choose only save location, not file name or extension

When using browseForSave method, is it possible to let the user choose only the location of a file, and not the file name or the extension? I'm creating an encrypted file, and I need its name and extensions not to be changed by the user. Thx! EDIT…
Sr.Richie
  • 5,680
  • 5
  • 38
  • 62
2
votes
2 answers

After upgrade to Mountain Lion, Flex apps won't load on phone

I've developed two air for android apps that are on the market using Adobe Air/ Flash Builder.. I just purchased a new mac laptop with Mountain Lion which is a big upgrade over my old machine. The problem is, when I loaded my old project folders…
2
votes
2 answers

Adobe Air sockets and SSL

I'm writing an Air application which uses sockets. I need to connect to nexus.passport.com:443 using SSL. Is this possible? If so, how? I use JavaScript for the programming.
user142019
2
votes
0 answers

AIR BitmapData.draw slow

I am working with large bitmapdata that I need to resize, doing some test I realized that the same code runs tooooo slow in AIR. This is the code: import flash.display.BitmapData; import flash.geom.Matrix; import flash.display.Bitmap; import…
xperiments
  • 106
  • 3
2
votes
2 answers

how can i get device id,name or serial number using adobe flex builder?

I need a Uniq Number or uniq ID on my Android device, but I can't find anything. My application runs on an Android device, and I use Adobe Flex Builder, and I want to store a device id for a database table.
HamidAmel
  • 21
  • 1
  • 4
2
votes
1 answer

AIR Android force Numeric Text Input

In as3, is it possible to force the numeric keypad entry to show on a textfield instead of the standard keyboard? I have a textfield that the user will enter a price with, and it would be a nicer user experience. I know i can restrict the textfield…
rohanlatimer
  • 23
  • 1
  • 4
2
votes
1 answer

Occasional (and recurrent) problems with FacebookMobile.init()

Seems this API is broken and/or abandoned because in some days, this API call always fails during a few hours. Today is happening again, but it's taking more time than previous times. I don't know what to do. I have 2 Air apps and they aren't…
Marcelo Assis
  • 5,136
  • 3
  • 33
  • 54
2
votes
1 answer

AIR Native Extension unable to start service intent Android GCM

Hey everyone I have been toying around with a native extension lately for Android and I need to add Google Cloud Messaging. I was able to get the Google Cloud Messaging app to work on its own. But now that I have integrated it into a native…
Jcup
  • 23
  • 1
  • 3
2
votes
1 answer

AIR Loading server hosted swf into same sandbox

I have an AIR App I'm working on and need to load a swf(always from localhost) which will access some methods in it's parent and vice versa. I'm not concerned with opening gaping security holes in a desktop app though. I've been searching all over…
tree
  • 391
  • 2
  • 16
2
votes
2 answers

Actionscript 3: Controlling the physical back button in Android

I'm developing a simple app for Android using ActionScript 3.0 in Flash CS5 and I'd like to know if there's a way to map the physical back button of the Android's phone to tell my animation to go to the first frame. I've red that post: Disabling the…
user1418141
  • 33
  • 1
  • 4
2
votes
1 answer

Performance of OpenLaszlo based AIR apps on Android and iOS

Has anyone tried to compile an OpenLaszlo application as a mobile app for Android or iOS, using a recent version of the Adobe AIR SDK? Is the performance sufficient for apps not requiring a lot of computing power?
user1587219