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
148
votes
1 answer

Trying to login to RDP using AS3

I am trying to login to RDP using AS3 (air). I am doing ok, considering the lack of resources out there to understand the actual process. I have gotten past the initial sending username, received a response from server, and I am now at initial…
Brendan Mcdonagh
  • 1,481
  • 1
  • 9
  • 3
54
votes
3 answers

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 tFile ( fileID integer Primary Key ,fileName…
Shawn
  • 19,465
  • 20
  • 98
  • 152
50
votes
9 answers

Where is the Android SDK folder located?

I created with Adobe Flash an .apk app through Air for Android. Now I would like to make it ready for the Blackberry App World with this Blackberry online packager: https://bdsc.webapps.blackberry.com/android/bpaa/apk-compatibility-check Where to I…
Uli
  • 2,625
  • 10
  • 46
  • 71
43
votes
2 answers

Skip window from being captured

I have created an AIR application which has two windows. First one is main window(spark Windowed Application) and the second one is a component(spark window). I am using Java to capture the Desktop screen with Flex-Java Bridge Flerry. Here is the…
Vishnu
  • 11,614
  • 6
  • 51
  • 90
34
votes
9 answers

Difference between Adobe AIR and FLEX?

What is the difference between Adobe AIR and FLEX?
Karsten
  • 14,572
  • 5
  • 30
  • 35
33
votes
0 answers

AIR Build Server Setup

I am at the point where I am running into incredibly long build times for my project and more projects to come. I would like to make a build server but I have not had any experience with them aside from downloading files from them as an end user. My…
sfxworks
  • 1,031
  • 8
  • 27
32
votes
10 answers

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 Winamp.exe directly...I don't want some command line thing…
Manny Calavera
  • 6,815
  • 20
  • 60
  • 85
31
votes
8 answers

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 setRemoteCredentials() method to set them, to no…
Bob Somers
  • 7,266
  • 5
  • 42
  • 46
30
votes
2 answers

Developing a simple Windows system tray desktop app to consume a .NET web service

I'm required to develop a simple Windows system tray desktop app to consume a .NET web service but I'm proficient in PHP, and I have little background in desktop applications. What platform would you advise me to use, preferably with a very low…
Cogicero
  • 1,514
  • 2
  • 17
  • 36
28
votes
5 answers

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 develop AR application using webcam and Flash and…
Apollon1954
  • 1,388
  • 4
  • 16
  • 33
24
votes
4 answers

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 said the same thing with Flex. It said Flash…
Adam
  • 731
  • 2
  • 10
  • 16
23
votes
5 answers

" Gtk-WARNING: Unable to locate theme engine in module_path: "murrine" error while installing Adobe air installation on Ubuntu 13.10

Hi I'm new to Ubuntu and I need to install Adobe Air on my computer! I have Ubuntu 13.10 version. I have followed the following steps: $ sudo apt-get install libgtk2.0-0:i386 libpangox-1.0-0:i386 libpangoxft-1.0-0:i386 libidn11:i386…
user3174967
  • 245
  • 1
  • 2
  • 4
21
votes
8 answers

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 cross-eyed just trying to wade through apparently…
Joshua
  • 6,643
  • 15
  • 55
  • 76
20
votes
4 answers

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 Program Files directory. I saw that all of the…
Shawn
  • 19,465
  • 20
  • 98
  • 152
20
votes
5 answers

Get the current logged in OS user in Adobe Air

I need the name of the current logged in user in my Air/Flex application. The application will only be deployed on Windows machines. I think I could attain this by regexing the User directory, but am open to other ways.
Shawn
  • 19,465
  • 20
  • 98
  • 152
1
2 3
99 100