Flashbuilder 4.5 Alert.show error
My shutdown method looks like private function onShutDown(event:Event):void { event.preventDefault(); Alert.show("Do you REALLY want to close this application?", "Wait! Don't...
View ArticleDisplaying HTMLloader into a div
I have the following code: $(document).ready(function() { var page = new window.runtime.flash.net.URLRequest("http://www.example.com"); var html = new...
View ArticleDisable Minimizing CPU Usage and Sleep mode on Flash Player or Adobe Air
Hello, I want to disable the sleep mode or Minimizing CPU Usage that has been developped into Adobe AIR and Adobe Flash Player, I have two applications that needs run to full frame rate and with 100%...
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 ArticlePortable AIR
There are a few AIR apps I love, but I'd really like a way to be able to transport the apps and settings across multiple computers. I've got a USB that's full of portable .exe apps that I use, but I...
View ArticleSerial Number Generator
Not what it sounds like.Has anyone developed already or does anyone know of a 3rd party utility that would allow us to protect our Adobe AIR application using unique serials for each user? This may be...
View ArticleCalling DLL from Flex app
Hi,We have a VB6 app which is connecting to the scanner to retrieve the images from the scannervia DLL (written in C++).I am trying to rewrite that VB application using Flex.It has to work in both...
View ArticleAir equivalence for fscommand("quit");
I'm looking for the equivalence in Air for the 'fscommand("quit");' in AS3. I use the 'esc' key as a keyboard short cut to quit the application and shutdown the flash player and would like to do the...
View ArticleError #2032 when trying to download apps
Hello, im not a developer but just an end user and today i encountered an issue first it started with Tweetdeck as it stop loading tweets and said an error had occured... so i downloaded another...
View ArticleCheck Air Version
Had a problem today. An off-site customer couldn't run an app we built and we needed him to check what version of Air he was running. After some time googling we came across this site;...
View ArticleAIR File is damaged
Hello, It's incredible that so many people have this problem in different circumstances and operating systems and there is no definite answer to this problem. I get the classic message: "Sorry, an...
View ArticleAIR in a LAN
HI!, I'm in the process of designing a new application, and what I want to know is: can Air support a client/server architecture without any support from back-end stuff like Cold Fusion or PHP? I...
View ArticleAir for Eclair (Android 2.1)
Okay so I followed this video tutorial to the T. http://www.gotoandlearn.com/play.php?id=123 One thing the Lee did not mention in this tutorial is that when you download the USB drivers from the...
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.air is just a zip file with clear source inside
Hey,I just noticed something very strange. I have a packaged, signed "myapp.air" file on my web server. When I use my browser, to open a direct link to the "http://mysite.com/myapp.air" file, it...
View ArticleplaceLoadStringContentInApplicationSandbox & ReferenceError: Can't find...
Going a little nuts now so all help welcome. Adobe Air 1.5 Ajax/Html Application I have an html file with the following <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"...
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 ArticlePackaging ipa not working any more with AIR 3.3
Hello, I use a custom ANE that worked without any problems on AIR 3.0, 3.1 and 3.2. Since I updated the ipa doesn't even compile any more. I get the following output on the command line on Windows and...
View Articleload local SWF files, security sandbox, stage access HELP!!!!
I have many SWF files that do the following: - reference the stage - load in external swfs and FLVs and XMLs It seems that for the most part loading them in VIA the Loader Class (AS3 not Flex)...
View ArticleHow do I make my Adobe AIR Javascript-files protected
I just spent a large amount of time making an AIr application. And it works, and I am happy about that. But something that distresses me a bit is that Air-applications based on ajax/javascript/html...
View Article