Top "Air" questions

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.

How do I fix a "initial content not found" error?

Using Flash Builder 4.6 on some code from a client. Clicked on debug (also tried run) and received this error: Process …

flash apache-flex debugging air flash-builder
From SWF to AIR to iOS application

I have existing Flash application, which compiles to SWF and runs on web. I'm looking at converting that application to …

iphone ios flash air flash-cs5
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 …

actionscript-3 apache-flex air flash-builder
error "activity class does not exist" when launching android app with adb shell am start

After adb install-ing my app, I can verify that it's there with adb shell pm list packages AppName: package:air.…

android air adb
Adobe Air vs Flash Player 10.1 Runtime

Adobe Flash Player is a browser plug-in that provides advantages for users and content creators in the browser, including the …

air flash
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 …

flash apache-flex debugging air flash-builder
How to run an external SWF inside a Flex Application?

EDIT: Due to the answer I change the code posted. I've added the Security.allowDomain("*") line and that line throws …

actionscript-3 flash air flex4
iOS Installation Error: ApplicationVerificationFailed

I have spent the last 6hrs searching the web for this bugs, I have read and tried many suggested solutions …

ios iphone xcode air fdt
The Difference Of Location Storage File in air

I want to ask the difference between air.File.documentsDirectory.resolvePath, File.userDirectory.resolvePath, air.File.applicationDirectory.resolvePath.. Can anybody …

file-io air location storage
Change A Character In A String Using Actionscript

What is the opposite of String.charAt()?? If I Have a string: var Str:String="Hello World"; How do I …

apache-flex actionscript-3 air flex3