Tips for Installing the Adobe AIR 2 SDK in Eclipse
I had some trouble installing Air 2 SDK into Eclipse earlier today and wrote up some tips in my technical blog I thought other people might be able to use: Installing the Adobe AIR 2 SDK in Eclipse My...
View ArticleWhere is the ARH (AIR Runtime Helper) utility?
Hello, AIR Runtime redistributable documentation mentions the ARH (AIR Runtime Helper) which is a tool that can detect which version of the AIR runtime and which version of my app is installed on the...
View ArticlePublish to iOS: Unable to find llvm JNI lib
Whenever I try to publish to iOS using Flash Professional CS6 I get the following error. Exception in thread "main" java.lang.Error: Unable to find llvm JNI lib...
View ArticleAIR Application Packaging
Need help in packaging AIR application with a registration process. We planned to use node locked licensing , how to make AIR application for node locked license. I am not sure how to get any physical...
View ArticlehtmlLoader + javascript
hi everybody, window.htmlLoader.userAgent = "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.13 (KHTML, like Gecko) Chrome/0.X.Y.Z Safari/525.13"; window.htmlLoader.load(new...
View ArticleDownloading multiple files, only one "finishes".
I'm working on an application that will download images from a remote website. When selecting one URL the code works great. When I loop over an array containing two or more URLs, only the last file in...
View ArticleHow do I get Air runtime for the android emulator
All the links I have found say you can download it after signing up for the pre-release; however, that is no longer viable as it is not pre-release anymore. I cannot find anywhere to download the apk...
View ArticleH264 stream is not encoded properly in AIR 3.2
Hi all, I'm running latest AIR runtime on my desktop: 3.2.0.2070My air appliation is compiled with latest air sdk also: 3.2.0.2070Platform is Windows XP.The application is aka Cirrus Video Phone Lab...
View ArticleAir 3.5 iOS Native Extension - Undefined symbols for architecture armv7
I am trying to create a native extension to interface with a 3rd party SDK that was designed for iOS. I have built this extension before, but recently the 3rd released an update to their sdk and I took...
View ArticleHTML file loading in Adobe Air + ProgressBar?
I am developing an AIR application. In that few reports I am showing. I am using HTML files to show the report.Action script is preparing/Writing the report contents into a file/I am using...
View ArticleAdobe AIR - java is not recognized as an internal or external command...
Hi, I've done everything as in the HelloWorld tutorial but when i run this cmd: adtit gives me the following error java is not recognized as an internal or external command operable program or batch...
View ArticleAIR Installer Not Found
I recently attempted to install an AIR application, but got the error message "This application requires an update to Adobe AIR but download of that update has failed". I tried numerous times, but...
View ArticleHow To Open A Folder of native system
Hello Frnds can any body guides me how to open a folder of my system.actually i am using adobe air 2.0 for making a simple application in which i send and recived files.I simply uses File Class for...
View ArticleAIR - Launching Native Process In Windows Not Working
i'm attempting to launch a command line executable program as a background process in Windows 7, but it's not working. my AIR application is a native installer application: myAIRApp.exe. i've bundled...
View Articleair.trace() not working
Hi all, Someone had a similar problem here: http://forums.adobe.com/thread/750219?tstart=0 They managed to solve it, I started adding to post but thought it best to start a brand new post. I've tried...
View Articleadl.exe has stopped working message
This is very frustrating because I'm new to Flex 4 (Win 7, 32 bit) and everything I read has not led me to a solution (at least something I understand). Every time I test my app I get the message...
View ArticleFileStream vs. URLLoader/Loader
For handling image and text based data loading from the local file system, I can't seem to find a straight answer on best practices: All of the text based file loading examples in the AIR documentation...
View ArticleADT iOS conversion issue
Hi ! I am trying to convert my .swf file into an .ipa file. I've got the .apk conversion running fine but for ipa I've got the following error : Exception in thread "main" java.lang.Error: Unable to...
View ArticleBitmap To FREBitmapData error...
hi, all.. I want to load Bitmap to URL, and convert Bitmap to FREBitmapData..I used below code..but Bitmap is incorrect. how to bitmap to FREBitmapData?? // load Bitmap From URLBitmap bitmap = null;URL...
View Article