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.
28
votes
9answers
24k views
Adobe AIR to execute program
I would like to press a button from an Adobe AIR application and execute some installed program. For example, I would have a button named "Start Winamp". When this is pressed it should start ...
25
votes
8answers
41k views
HTTP Basic Authentication with HTTPService Objects in Adobe Flex/AIR
I'm trying to request a HTTP resource that requires basic authorization headers from within an Adobe AIR application. I've tried manually adding the headers to the request, as well as using the ...
24
votes
8answers
11k views
17
votes
6answers
6k views
What are the best books for Flex and Adobe AIR? [closed]
My team is about to build a new product and we are using Flex as the front end. There are other book posts on stackoverflow, but I couldn't find one that matched my needs.
My manager will be ...
15
votes
4answers
3k views
Building a Plugin Architecture with Adobe AIR
I'm thinking of choosing Adobe AIR as the client-side implementation technology for an upcoming project. (The previous choice was C# and WPF, but I've been really impressed with Flash/Flex/AIR ...
14
votes
8answers
13k views
Calculating Text Width In ActionScript And Flex
I'm trying to calculate how WIDE to make my button, based on the text that it will contain, and when I try to google for how to calcuate something as simplistic as the WIDTH OF SOME TEXT, I go ...
13
votes
2answers
2k views
Adobe AIR 512x512 Icons?
correct me if i'm wrong, but Adobe AIR currently only allows applications to have maximum size icon of 256x256.
is there a way to supply an application with a 512x512 icon?
will 512x512 icons be ...
12
votes
20answers
2k views
Will web applications replace desktop applications? [closed]
Will everything go to the cloud? If so, in which direction? Google-Gears? Flash,AIR,JavaFX?
See also: Does desktop development matter?
12
votes
5answers
17k views
Download a file with Adobe AIR
How do I download a file from the internet in a Flex based AIR application.
I tried using a file with url set to the address, but I got a file does not exist error when I tried to save it. And it ...
12
votes
7answers
8k views
C++/Qt vs Adobe AIR
I have to choose a platform for our product. I have to decide between The Qt Framework and Adobe's AIR. I am well versed with Qt as I have worked for the last two years. I looked up at the Adobe's ...
11
votes
3answers
901 views
Flex performance considerations
What are the main key-points a Flex developer should remember in order to improve performance of Flex applications?
The ones which come to my mind are:
extending ItemRenderers from more lightweight ...
11
votes
1answer
5k views
How does binding in ActionScript work?
As far as I understand, binding to a var in ActionScript is carried out via events which are automatically fired when a var is changed. I have a few questions about this:
What happens if the class ...
11
votes
2answers
5k views
Flash/AIR Stage Video on iOS - Is It Possible? How is the performance?
Does any of you can point me to some resource about video performance of AIR (3.2) on iOS devices.
I am interested into:
is StageVideo available
is video streaming allowed/enabled
is the ...
11
votes
3answers
14k views
How to develop Augmented Reality application for Android
I would like to develop an augmented reality application on a HTC Nexus One mobile phone for android using Flash Professional CS5 and Adobe AIR 2.5.
I found a couple of online sources showing how to ...
11
votes
3answers
2k views
Can I assign a global hotkey to an Adobe AIR app?
Is it possible to assign a global hotkey to a specific feature in an Adobe AIR app, i.e. the app feature responds to the hotkey whether the app is active or not (it must be running of course, but only ...
11
votes
3answers
2k views
What is the maximum amount memory Adobe AIR can utilize?
I've been doing some rapid prototyping for a game I'm thinking of building. one of the main things i want to do is map generation for a tile type map. While generating the map i end up using large ...
10
votes
3answers
6k views
Flex / Air obfuscation
I've written (most of) an application in Flex and I am concerned with protecting the source code. I fired up a demo of Trillix swf decompiler and opened up the swf file that was installed to my ...
10
votes
3answers
5k views
Get Current Operating System In Adobe Air
I'm making an App using Adobe Flex/Air. I was wondering if there is any way to get the Operating System the Air app is running on?
10
votes
3answers
4k views
Flash Builder 4.5 vs Flash?
So I want to build Android & iPhone apps. I'm somewhat confused at the different options available with Adobe. I understand that there is a product coming out, Adobe Flash Builder 4.5 that will ...
10
votes
2answers
898 views
Changing SQLite database encoding in AIR app to UTF-8
In an AIR app you can use SQLite via the flash.data classes. It appears that by default the encoding of the database created is set to UTF-16le, which means that textual data is stored with two bytes ...
9
votes
7answers
2k views
Silverlight vs Adobe Air
Now with Silverlight 3 (offline, out of browser stuff), what are the main differences between the two technologies?
9
votes
3answers
3k views
Adobe air - SQLStatement.execute() - Multiple queries in one statement
I've written a database generation script in sql, and want to execute it in my Adobe air application:
Create Table tRole (
roleID integer Primary Key
,roleName varchar(40)
);
Create Table ...
9
votes
9answers
4k views
Can't get Flash Builder 4.6 debugger to run
I've tried everything, firewalls, reinstalling etc etc. I can't get the debugger to connect no matter what I do.
I'm just writing a simple Air application, with Flex and Actionscript. But any type of ...
9
votes
2answers
3k views
Add New Gist using the Github API
I'm making a small app in Adobe Air which I need to interact with the Github Gist API. However I'm kind of stuck.
If you're not familiar with Adobe Air you can still help, the XMLHttpRequest ...
9
votes
3answers
727 views
List of Active Open Source Projects built by Adobe AIR/Flex
Could someone share list of active and popular open source Rich Internet Applications or desktop application (not library or framework) that are built by Adobe AIR/Flex? The popularity and quality I ...
8
votes
4answers
5k views
adobe air vs flex vs flash builder — i need an explanation please
Can someone explain to me the difference between Adobe Air, Flex, and Flash Builder?
I went to the Adobe website and it said that with Air I can build standalone apps for the desktop or mobile. They ...
8
votes
4answers
2k views
What's all this business about Flash, Flex, Adobe Air, Java FX and Silverlight?
What's all this business about Flash, Flex, Adobe Air, Java FX and Silverlight? Why would I choose one over the other? and what happened to Java Applets and ActiveX controls?
Oh, and where does AJAX ...
8
votes
1answer
622 views
Programmatically detecting between Adobe Air and Adobe Flex in ActionScript 3.0
I have some shared code between an Adobe AIR App and an Adobe Flex App.
On one line of this code, the program must behave differently depending on if it is running within the Air runtime, or the Flex ...
8
votes
3answers
2k views
Adobe Air - Detect if connection is WIFI, 3G, or EDGE
I need to determine which connection type a device is using.
Distinguishing between WIFI and 3G doesn't seem to be a problem on iOS (using the NetworkInfo ANE) and Android (using the native ...
8
votes
2answers
554 views
AIR enterprise deployment and update
What's currently best practice to prepare an AIR application for enterprise deployment and also updates?
The AIR updater framework is nice and convenient - but also requires admin rights (as far as ...
8
votes
3answers
2k views
How to warn user of CAPS LOCK enabled in Flex/AIR?
Similar to the XP login screen, in Flex 3, how can I display a warning to the user in a textbox that the CAPS LOCK key is enabled?
8
votes
2answers
1k views
Cookies working in Flex but not in Air
I've got a flex app which I'm porting to air, the two apps are identical except for the root tag being WindowedApplication rather than Application.
The problem is that cookie/session based logins are ...
7
votes
5answers
588 views
Switching to ColdFusion?
I am currently building an Adobe Air desktop app for a medium sized company and I truley believe that I could use this same app for many other 'like-companies'. It will greatly improve their ...
7
votes
2answers
2k views
Detect AIR versus Flash Player from an actionscript library
I have an swc which needs to operate slightly differently depending on whether it is being hosted by AIR or not. I've seen two suggestions on the internet:
Test Application.application for ...
7
votes
6answers
594 views
What is the easiest way to programmatically extract structured data from a bunch of web pages?
What is the easiest way to programmatically extract structured data from a bunch of web pages?
I am currently using an Adobe AIR program I have written to follow the links on one page and grab a ...
7
votes
2answers
5k views
LoaderContext and ApplicationDomain changes with Adobe AIR?
I'm currently experimenting with loading external SWF files from both an standard AS3 application, and an AIR application. It seems that the AIR application doesn't act the same way a standard SWF run ...
7
votes
2answers
10k views
AS3 / AIR - Creating a plain text file?
is it possible to create a plain text file with AS3 or AIR?
example: i would like to create a plain text file named "MyTextFile.txt", have it contain text that reads "This is my text file." and save ...
7
votes
3answers
193 views
How can I make my AS3/Air code better?
Hello everyone this is my little Frankenstein code, don't make fun of it, it works!
So you would pass in the table name and a data as an Associative array which are objects.
I'm pretty sure this is ...
7
votes
3answers
2k views
Adobe AIR and iPhone - how it works?
Anyone knows how the Adobe AIR application are converted to iPhone apps? I see two ways - either the Adobe AIR virtual machine mus be part of every application or they must convert all ActionScript ...
7
votes
4answers
5k views
Multiple file uploader in HTML5 — browser support?
I read that the HTML5 spec introduced the ability to select multiple files in an upload form. What browsers currently support this? Does Adobe AIR support it?
Bonus question: Is there a JavaScript ...
7
votes
2answers
2k views
AIR 3 Native Extensions for Android - Can I/How to include 3rd party libraries?
With all the new hype surrounding native extension support in AIR 3, I haven't found a single thing that confirms or denies it is possible to include and use an external JAR inside the native Android ...
7
votes
2answers
2k views
Differences between Mobile & Desktop AIR
Ive tried asking on the blackberry forums with no luck... Maybe there are some Blackberry/Adobe experts here...
Im just about to start a project using Adobe AIR/flex for the Blackberry Playbook, I ...
7
votes
5answers
6k views
How do I record video to a local disk in AIR?
I'm trying to record a webcam's video and audio to a FLV file stored on the users local hard disk. I have a version of this code working which uses NetConnection and NetStream to stream the video ...
7
votes
5answers
3k views
protecting adobe air apps
I am about to deliver an Adobe AIR app to a customer.
But it's my first delivery of any sort, i.e. I have
no experience whatsoever with licensing etc.
Users of this app may or may not be online, so
...
7
votes
2answers
201 views
Multiple Projects one Source
We have a program that we wish to deploy across multiple devices.
Standalone Captive AIR
Web based flash app
iOS app
Android app
The code other than some UI stuff is identical in a lot of parts. ...
7
votes
1answer
555 views
Problem with getting the Camera to work on Away3DLite
I have implemented Augmented Reality application for android using Adobe Air for Android, FLARManager, Away3DLite.
The program works fine on flash, However when i publish it on my mobile phone (HTC ...
7
votes
2answers
2k views
Rotate RAW CAMERA (not just the video) in air for android
I'm using the Flex Hero Pre-release 4.5 and this is a Flex Mobile application for android.
I have a situation where the raw camera is being displayed on the screen and its being transmitted in a ...
7
votes
1answer
1k views
Augmented Reality on Mobile phones
I am interested in implementing an Augmented Reality application for mobile phones using Adobe Flash Platform.
Can you please let me know if any sources is available for me to find out how to start?
...
7
votes
4answers
4k views
How can I build an Adobe Air project with Maven?
Has anyone successfully built an Adobe Air application with Maven? If so, what are the steps to get it working?
I have been trying to use flex-mojos to build an Air applications. When I set the ...
7
votes
1answer
91 views
AIR TV — is it possible to limit the maximum memory for the runtime?
Background:
Embedded system, with around 140MB memory available for the AIR application, NO swap.
OS is linux
the AIR application is actually a SWF which loads up the Youtube AS3 player to play ...