SQLite transaction with an async connection
I have looked everywhere in the forums, dev help, and googled everything I can think of but for some reason I still can't figure out the right way to do a transaction with an async connection. All I...
View ArticleHiding Included Files From End User
Hey, I've run into a little problem using the flash.filesystem class to load files dynamically. This is doing everything through Flash CS4. In order for these files to be loaded in the installed...
View ArticleHelp With Loading an Image In AIR
I need to load an image (GIF) with AIR using File and FileStream, but can't figure out how to do it. I need to load the image into a Bitmap or BitmapData object, so I can't use the loader class. Here's...
View ArticleHow to add files when exporting air application
If I want to add swf modules or say a compiled css file, that are all extern (i.e. there are no explicit references to them in the actual application code) and will be loaded at run time, to an AIR...
View ArticleConnect Adobe Air to MySQL
Dear User, I'd like to connect my AIR apllication to mySQL database. I'd like to find a solution whom setup is easy. In my case database is hosting in local network (in the same computer as Air...
View ArticleSplitting > 1GB Files // Problem with FileStream class
Hi, in my Air (2 beta) app i'm splitting large files to upload them in smaller chunks.Everything works fine, until i choose files larger than 1GB? This might be the Problem: var newFile:File =...
View ArticleSilent Print of PDF using Acrobat Wrapper by BioPDF
Just sharing a solution for silent printing PDFs with NativeProcess using Acrobat Wrapper by BioPDF. If have an AIR demo and writeup at my blog: Adobe AIR NativeProcess Silent Print PDF with BioPDF's...
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 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 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 ArticleJavaError occured in ANE
Hello sorry for my poor English.I am developing java library for ANE(Air Native Extension). I call third-party jar file and I set callback within there. When my callback is called this error occurs....
View ArticleAIR app silent updater
Hi im trying to figure out how I can update a .air app silently. I have these command lines to install air and the app silently... Command line install adobe air silently and allows air to update...
View ArticleDefault file name in Save dialog
In our application, we need to specify a default name when calling file.browseForSave("Save"). However, it seems impossible.file.resolvePath("<path>") does not help as if the specified path does...
View ArticleMaking default filenames/extensions for browseForSave()
I have a scenario where I am using File.browseForSave('Save a .txt file') but I am wondering if I could offer users a default filename and/or file extension that would populate in the browse window,...
View ArticleHow can I keep Adobe AIR app window in focus at all times?
Hi There, I have an AIR application that displays HTML links that launch an external browser when clicked. When the browser is launched, the AIR application loses focus. Is there any code out that...
View ArticleHow to check the AIR runtime version?
How can I check the AIR runtime version that is currently installed on the machine?Is there a properties file stored in the "Documents and Settings" Folder or something like that?Thanks in advance!Maik
View ArticleDrag & Drop Upload
I need to design a drag and drop upload for my desktop app. You need to be able to drop image files onto an area and have it shoot it up to the server. How do I capture the System events to get the...
View Articleadt not recognized as internal or external command
"adt not recognized as internal or external command"This is the error i received when trying to run my certificate.bat for an AIR Flex 4 project. I read the other post and downloaded the latest version...
View ArticleChange Encore Project into a adobe air desktop application with password
Good afternoon,I am trying to find a a way that i can change or inport a Encore project into a adobe air desktop application so that a can password protect it. I have a training simulator built in...
View Articleopeneing a pdf with native pdf reader: openwithdefaultapplication
Hello, Wondering if anyone can help on this one. From what I have read AIR for android does not support openwithdefaultapplication. The device I am developing for , the Motorola Xoom does not support...
View Article