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.

learn more… | top users | synonyms (1)

0
votes
0answers
14 views

as3 air File.File.applicationDirectory.resolvePath - check when loaded

I am trying to load folder names into an array for later use. It works fine on my desktop but when I test it on a mobile device (both Android and iPhone) and it is calling another function - ...
0
votes
0answers
10 views

Accessibility tool JAWS vs NVDA for flex air application

I have a flex AIR application and trying to add accessibility to it. I tried to use JAWS demo version doesn't seem to work well at all. It doesn't detect the names of my text input all the time and ...
0
votes
0answers
19 views

AS3: Detect incoming call without using Deactivate/Activate

I am currently developing a pretty simple AS3 music player using Air3.2 for android. I need to detect incoming calls without using deactivate/activate listeners because I want the music to keep ...
0
votes
1answer
11 views

IPA setup creation FAILED

I'm trying to build AwayPhysics for iOS. But when i compiling release/ad-hoc or even (slow-debug) under FD: Exception in thread "main" java.lang.OutOfMemoryError: Java heap space at ...
0
votes
0answers
12 views

Adobe AIR SharedObject - Android/iOS - On update not found

As the title states, my user's on iOS and Android are reporting their save data has been deleted when I push an update to the respected storefronts. The game saves and restores data properly on ...
0
votes
0answers
7 views

Compile Flash Movie for Adobe Air for Desktop

we have a flash file that compiles just fine as an SWF but wont compile as an AIR application for the desktop (windows). We are familiar with the process and have done it many times with other flash ...
0
votes
0answers
3 views

Unable to install iOS app made using Air 3.2 on iPad retina

I am working on Air 3.2 for iOS project . I am making a game. I have made sure to put the UDID of two devices , my iPad 2 and my iPad 4 retina in the mobile provision. I am able to install the app on ...
0
votes
2answers
20 views

how to halt function in actionscript after enter frame

in my air procedure,I write a function like this: public function getDataFromXml():void { for each() {.....} //here may contain thounds of fields and name } of course,the function may cost ...
0
votes
1answer
15 views

Desktop Air Application Accessibility

I'm trying to add accessibility to my application. I still can't figure out exactly how accessibility works in spark components. I'm on window's platform with the narrator function enabled. All I ...
0
votes
0answers
9 views

Is there a way to list/know what is inside the device?

I'm having some difficulties trying to find something I package inside my iPad, I'm using Air 3.7, and I make the ipa file with Flash Builder (4.6 or 4.7, same story). In the package settings, I check ...
1
vote
0answers
41 views

Is this possible to do in iOS?

I got the following situation: 1- At the begining, I download swf files remotely, some of them contain ABC code, some don't. The files are saved into the documents directory of the iOS device, in ...
0
votes
1answer
11 views

Opening Mobile Device's Image gallery in Adobe AIR

i am developing an Adobe AIR Mobile Application with Flashbuilder and Actionscript. I need to open the device's (mobile phone or tab) image gallery on a button click event and select the image to load ...
0
votes
0answers
7 views

How is dispath event from native code (Android) to AIR application?

I can call native code(Android OS) from AIR application success, but i want to dispath event from native code to AIR application, how can i do that? Thanks!
0
votes
0answers
23 views

Air Application for iOS Release Build differs from Debug build

I am building game and using citrus-engine-like level design. In flash i am creating components with some extra component definition like className, displayImage etc. Then i am exporting to SWF file ...
0
votes
0answers
7 views

How do I set a custom notification sounds in AIR?

Is it possible to give my AIR application a unique push notification sound in iOS and Android? If so can you please provide an example or reference. More details: My app is similar to a weather ...
0
votes
0answers
24 views

Window messages Adobe AIR

Is there a way to send Window Messages to applications (Message Queue @ Windows) through Adobe AIR app? I haven't found anything after extensive reading of adobe docs and googling.
0
votes
1answer
13 views

control the order of windows Adobe AIR

Is there a way to control the order of other applications' windows through AIR application? All I could find in Adobe docs were orderToFront(), orderInFrontOf(), orderToBack() and orderBehind() which ...
0
votes
0answers
8 views

Translating AIR accelerometer features to simulate W3C motion and orientation

I'm working on an API in Haxe that will hopefully unify accelerometer events in AIR/NME and HTML. Ideally I would like to have most of the features available in W3C DeviceOrientationEvent and ...
0
votes
0answers
13 views

How do you prevent edits in app.xml disappear on publish?

I am building an ActionScript 3/AIR application for iOS with Flash Professional. I have to to edit the application description file, to add some custom behaviours. However, Flash just deletes these ...
0
votes
1answer
16 views

“Uncompiled actionscript” error

I'm having the tittle error when I try to load a local swf file in the documents directory of my iPad. Web it works ok. the swf files have ABC code. I'm using Air 3.7, which supposedly added a ...
0
votes
1answer
20 views

Adobe flex copy paste htmlText into a text area

I've a textArea1, i'm copying htmlText from a different textArea2 to the current text area, it bring the formatting of the textArea2, that is ok, when I clear the textArea1 text, when I start typing, ...
0
votes
0answers
18 views

What should I select to include in the package content?

I'm having an errors, and I think it's due to the fact that I don't include all the files in the package content when I compile the ipa, what should I put inside?, the AOT folder?, the .ipa file ...
1
vote
2answers
14 views

need to share documents created in ios-air-app with itunes

I created an adobe air based ios app, which creates a textfile ( a csv document to be precise ) I used: var file:File = File.documentsDirectory.resolvePath(timestamp+".txt"); var stream:FileStream = ...
-1
votes
0answers
11 views

AIR BUG - The audio of the app is heard during the call

I created a Flash APP in "AIR for Android", but when I tried to submit it in the Amazon App Store, Feedback get the following error: Your app has failed a test case. Bug Description: Call interrupt ...
0
votes
1answer
8 views

How to detect NetStream is stopped its publishing of data?

My application is sending live video to AMS so for that I used Netstream.attachCamera(camera) I can able to send live video through NetStream.publish("myStreamingURL', "live"); I stopped netsteaming ...
0
votes
0answers
7 views

Open source tools for automating AIR Based mobile apps [closed]

I am looking for open source automation tools for automating my testing on AIR based mobile apps . Please suggest some good one
0
votes
0answers
12 views

About Info.plist of Adobe air iOS

I am making the ios application from Adobe AIR. As a result of generating an ipa file, Info.plist exists in an ipa file. This Info.plist is outputted in the format of XML. Can it carry out, ...
0
votes
0answers
12 views

Flash builder geolocation App

I am all new to Mobile Application development. I sign up in class project where we plan to build simple app to Navigate in the campus. We have data for the locations. If someone went through such ...
0
votes
1answer
19 views

Putting swf back into an AIR package?

Gidday I'm using Pro CS6 to make an AIR app. I'd like to use TelemetryEasy to turn on advanced telemetry in it so I can use Scout. The maker of TelemetryEasy says you have to run it against the swf ...
0
votes
0answers
31 views

AS3 AIR - addEventListener that is in effect when the window is not in focus

this is with Flash cs6 trying to make an air app. Hi, I'm fairly sure this is easy to answer when you know the expression. so I want to know how to detect a KEY_DOWN and KEY_UP when the window is ...
0
votes
0answers
32 views

I'm developping an air application on a work environment through a proxy, I cannot get timestamping to work

When attempting to timestamp my air application through flash CS6 I get the error: There was an error connecting to the timestamp server. You may not have the connection to the network, or the ...
-1
votes
0answers
24 views

Custom web browser actionscript/ adobe air

I want to build a custom web browser in a adobe air application. Is any one knows how to do these? Note:- I don't want to use the HTML control, because it has many limitations. Thanks
0
votes
1answer
12 views

Opening sound recorder upon clicking on a button

I'm developing a flex air application(using windows 7 OS). I want to open my windows sound recorder software(in the accessories section) upon clicking on a button.I have tried a lot.But not getting.is ...
0
votes
1answer
47 views

Starling Feathers - Available features 101

New to Starling-Feathers, before I start to develop my mobile app, I would like to know what are the best practice to develop the following features using Feathers: Partial view slide - A part of ...
1
vote
1answer
20 views

Display HTML page in browser window upon clicking a button

I have a button on flex(AIR app). when i click on the button,has to open a browser window which will display an HTML page.
-1
votes
1answer
25 views

display an HTML page(containg audio player) in felx AIR

for($i=0; $i<$fields_num; $i++) {$field = mysql_fetch_field($result); 'echo "<td>{$field->name}</td>"; }echo "</tr>\n"; while($row = mysql_fetch_array($result)) { echo ...
1
vote
1answer
24 views

Get list of printers with Adobe Flex

Documentation for flash.printing.printjob says there should be a printers() method. Using Flashbuilder 4.6 the IDE code complete says it doesn't exist. I'm using Flash SDK 4.6, targeting a desktop ...
0
votes
1answer
30 views

Starling: Scaling vector sprite for image crops instead of scales

I've got vector sprites in an external SWF. I can draw them onto a Starling image just fine. But when I try to scale the sprite before hand, the resulting image has been cropped instead of scaled. ...
0
votes
0answers
25 views

Display SWF file in Adobe AIR HTML control

I'm creating simple browser using mxml's HTML control. I can display the swf embedded in html, like following code. <mx:HTML location="http://example.com/test.html" /> In this case, test.html ...
1
vote
1answer
29 views

position a child window

I need help with positioning a child window created using var win:myWindow = new myWindow(); where myWindow.mxml contains <s:Window....... The child window does open as desired. However I would ...
0
votes
0answers
27 views

Always on top Adobe Air

I know about nativeWindow.alwaysInFront property and I do use it, however if another application creates a window which is set to be topmost as well, it does overlay my AIR app. For example, ...
0
votes
1answer
34 views

Error “namespace mx.managers:ISystemManager not implemented by class ” when converting application to flex sdk 4.6 from sdk 3.3

I am converting my application to flex sdk 4.6 previously it was in sdk 3.3 and getting below errors. 1044: Interface method activate in namespace mx.managers:ISystemManager not implemented by class ...
0
votes
1answer
43 views

as3 air check if file is loaded

How can I run code then the array is ready? When I run the following code I get an error saying: TypeError: Error #1010: A term is undefined and has no properties. import flash.filesystem.File; var ...
2
votes
1answer
31 views

AS3 - add different event listeners to children or one to the parent?

I have a MC (a button bar) with 4 buttons. is it more efficient to add separate event listeners to each button or to add a single event listener to the parent and use e.target.name to detect which one ...
0
votes
0answers
14 views

Flex mx:window transparency control

I am working in flex 4.6 air application in which i open a mx:window (new window). How can i control the transparency of this this window by using slider value.I mean if i change the value of slider ...
0
votes
0answers
15 views

Return parameter from android air app to java app

I am passing parameter from android java app to air app by using the following this Can you help me how to return value from air app to java app? Thanks,
0
votes
1answer
43 views

DataBinding is not working properly in custom list itemrenderer

I am developing iPad application using Flex/Air. I have problem with data binding in custom list item renderer. I have list with a collection of Classes as data provider. Each class have a static ...
0
votes
1answer
17 views

Adobe touch apps What Technology has been used?

Adobe touch apps What Technology has been used ? Is that AIR ? http://www.adobe.com/products/touchapps.html If yes then why People don't like AIR For Mobile Apps ? I don't think you can get ...
-1
votes
0answers
23 views

Any way to include a non-reverse-engineerable component to kill an AIR app?

I'm working on a HTML/JS Adobe AIR app. I know I can obfuscate my JavaScript, but this is very easily deobfuscated. I have a requirement to have a product key with online activation. I could fire ...
0
votes
1answer
79 views

Adobe Flash CS6 AIR for iOS launch image

I have developed an app with AIR for iOS - AS3. I tried to upload a new release, but I have the following error: iPhone 5 Optimization Requirement - Your binary is not optimized for iPhone 5. As of ...

1 2 3 4 5 109