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.

Prompting INSTALL_FAILED_INVALID_APK while debugging Flash Builder 4 mobile app on real device

I am trying to build a demo application to test how can i debug or launch my android application on …

android air flash-builder flashbuilder4 flex4.5
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. …

air video-capture
Programmatically close an AIR application

I would like to know the correct way to close an AIR application programmatically. In my Spark WindowedApplication I have: …

apache-flex air shutdown flex-spark
Flash Builder URLRequest local path not resolving

This is my basic folder structure: http://i.stack.imgur.com/l1YnV.jpg My code goes like this: private …

actionscript-3 air path flash-builder urlrequest
Flex / Air obfuscation

I've written (most of) an application in Flex and I am concerned with protecting the source code. I fired up …

apache-flex actionscript-3 air obfuscation
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 …

actionscript-3 apache-flex air flex4
AIR Native Extensions "The extension context does not have a method with the name"

I am attempting to make an AIR Native Extension and after successful compilation of all components, Flash Builder 4.6 logs "Error #3500: …

c++ actionscript-3 air air-native-extension
How to Setup Admob with Adobe AIR for Android

I currently Finished a Project and put it on the Google Play Store. I created the Application Using Adobe Flash …

android actionscript-3 air admob flash-cs6
AIR renderMode GPU vs renderMode direct

When developing an AIR app for mobile application can someone explain to me the differences between using renderMode = GPU vs …

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

apache-flex flash actionscript-3 air