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

Is it possible to store cookies and share it through multiple StageWebView instances?

I have a Mobile Project inside Flash Builder using Flex 4.6 and AIR 3.3. In this project I have multiple views, and some of them have a StageWebView inside them to show some online content. To be more specific I use the StageWebViewBridge project so…
Naftali
  • 139
  • 6
2
votes
1 answer

AIR ArgumentError: Error #2004: - Android

Getting this Error: ArgumentError: Error #2004: One of the parameters is invalid. at Error$/throwError() at flash.filesystem::File/set nativePath() at flash.filesystem::File() at…
Papa De Beau
  • 3,744
  • 18
  • 79
  • 137
2
votes
2 answers

Why no StageVideo on desktop?

Air version: 3.1.0.4880 Descriptor XML contains: direct (in default place, within initialWindow block) Compiler arguments: -locale en_US -swf-version=13 Video Card: nVidia GTX 560 Tried both in debugger and standalone with…
davidkomer
  • 3,020
  • 2
  • 23
  • 58
2
votes
1 answer

call system default email client from ActiveScript Flash?

Is it possible to create AS3 (Flash, AIR) trigger, which would be equivalent to HTML: click to answer and call system email client…
Marek D.
  • 51
  • 5
2
votes
2 answers

What are the print functions in Adobe AIR?

I've been trying to figure out how to print in Adobe AIR. I know the standard javascript functions don't work. The AIRforJSDev guide says: "The window.print() method is not supported within Adobe AIR 1.0. There are other methods available via the…
user11351
  • 21
  • 1
  • 2
2
votes
1 answer

How do I place a "Share to Facebook" Button in my Native Android App Built with Air for Android in Flash CS5.5?

I am new to this but we have created a new Android Native App using Air for Android in Flash CS 5.5. We have a working App and want to on the last screen, add a "Share to Facebook" button that will share the user's results to their Facebook wall /…
2
votes
0 answers

php CRYPT_BLOWFISH in as3

In php you can use crypt function and give it a salt beginning with "$2a$" to crypt the string using CRYPT_BLOWFISH. For example. echo crypt("test", "$2a$13$1mFan0ihXzWfxATGXSKRqe"); //output:…
automaticoo
  • 868
  • 7
  • 24
2
votes
3 answers

Any solutions to actionscript AIR installation detection failing with Chrome 21 Pepper Flash?

We have a flash button that launches an AIR application and is failing to properly detect that AIR is installed under the new pepper flash plugin for Chrome 21 (just released for Windows). Here is a code snippet of our action script: …
Arshia K
  • 21
  • 2
2
votes
3 answers

Event dispatched when network is disconnected while downloading files (URLs) for URLStream object

I am creating an AIR application which downloads file from a server. I am using URLstream object with complete, progress, IOError, security error and HTTP status events. I am not getting an event if the network is disconnected when the download is…
user144480
2
votes
0 answers

How do you include an ANE in a Flex Library?

I'm in an odd situation at the moment where we have an established mobile code base that we are trying to integrate some native extensions into. The code base is made up of several "Flex Library Projects" that are used to compile the main…
Michael
  • 3,776
  • 1
  • 16
  • 27
2
votes
3 answers

How to listen for both tap and gestures at the same time in Adobe AIR for iOS?

I am making an iOS game and I need a detection for both simple tapping and gestures (swipe etc) simultaneously. In AIR, I can only see one setting for the Multitouch input mode: TOUCH_POINT (which works for basic tapping) and GESTURE. But I need…
Can Poyrazoğlu
  • 33,241
  • 48
  • 191
  • 389
2
votes
6 answers

Selection on spark mobile list only works 3 out of 4 times

I'm facing a very serious issue with my implementation of the Spark list in a Flex mobile application (deployed on iOS and Android). The thing is that the list selection doesn't always work when an item is touched. In fact sometimes the down state…
AlBirdie
  • 2,071
  • 1
  • 25
  • 45
2
votes
3 answers

Garbage collecting third-party SWF in AIR

Consider an AIR application which can load any number of third-party SWF files one at a time for display. Like a Web Browser. The problem is that these SWF files may have EventListeners which have not been removed, etc. Will Loader.unloadAndStop()…
davidkomer
  • 3,020
  • 2
  • 23
  • 58
2
votes
0 answers

Flex AIR Android Video chat App with Camera LED enabled :: How to enable Camera LED enabled in AIR?

I have developed a Flex Mobile project (Android) which is a Video chat and live streaming app. Now I am facing an issue. I need to enable Camera LED (flash) from my Application which is little tough because as such Flex does not interact with LED…
Veeru
  • 71
  • 4
2
votes
1 answer

AS3 - Save image as static GIF

Right so I have a program that can edit images and whatnot. I've managed to allow the user to save as PNG files using the PNGEncoder class from as3corelib, but I'd also like to allow the user to save images as GIF files. The problem is, the only…
puggsoy
  • 1,270
  • 1
  • 11
  • 34