openeing 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 ArticleUbuntu 11.10, Flash Access and DRM
Hi, I'm attempting to play a video download I purchased at a British video-on-demand service called Digital Theatre. The service uses a player which is an AIR application:...
View Articlebatch inserts in SQLite instance in AIR?
Hi, is there a way to execute multiple insert statements as one batch in the SQLite instance of AIR? for examplevar sql:String = "insert into the_table values ( 'one', 'two' ); insert into the_table...
View ArticleIssues connecting to Twitter API - no authentication window
Hey guys, I haven't worked on my application, Spreadtweet, for some time - but suddenly it's not working properly. The application connects to the Twitter API using JSON, and up until now there's...
View ArticleHow to unzip an archive?
The title says it all, I'm usingi adobe air with html/js, I want to download a zipped file and then extract it in the local folder, do you have any suggestion on how to accomplish this?Thank you
View ArticleMac OS X: AIR app installer not opening windows
I'm using Mac OS X 10.6.3 (Snow Leopard), previously upgraded from Tiger. If I try to install an app, the Application Installer runs, but no windows appear. Here is what shows in .appairinstaller.log:...
View ArticleEmbeding .swf file in mobile project using getting error as...
Hi, I am trying this code <s:SWFLoader id="Load" source="@Embed('assets/test.swf')" maintainAspectRatio="false" width="1024" height="748"/> It is working firn for test.swf . But i have one more...
View ArticleAdobe AIR segmentation fault on Ubuntu 9.04
Hi, I've installed air with no issues, but whenever I try and run the installer it loads the window with Open/Save options, then on clicking on open the window disappears and nothing happens. I've run...
View ArticleHow to move the cursor in a text input programatically
Hi, I am using a TextInput field and a my own keyboard UI with buttons for each alphabet. When the user presses buttons on the keyboard UI, i populate the TextInput field through data binding. But I...
View ArticleHow to add exiting event listener in javascript
I am trying to figure out how to add an event listener in javascript for the exiting event when the red x is clicked on a Windows window (top right corner). I found this among adobe documentation, but...
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 ArticleAir 2.0 NativeProcess Communication Problem
Hello, I'm working on an AIR 2 application (a packager for air applications into *.exe). One of the options in the application is to check the validity of certificate's password. I'm using...
View ArticleDatagramsocket won't send to IP 255.255.255.255
I am tyring to implent a DHCP detector, so that I can tell if a client LAN has DHCP running, which is a requirement for installation of hardware I am working with, and so I form up a packet for DHCP...
View ArticleLaunching AIR app in background
I have an AIR app that gets launched periodically via a command line call. It's a GUI based app that needs to be actually visible and showing, but I don't want it to interrupt whoever's logged in by...
View ArticleHow to find out which version of AIR is installed on Linux
Hi, How do I find out which version of the Adobe AIR runtime I have installed on my Ubuntu system? Please don't tell me to look at this article in the Knowledge Base, since the method reported there...
View ArticleCall Javascript From AIR - Flash
I'm developing an AIR application in Flash that needs to call external javascript functions. Is it possible to call external js functions from AIR (Flash) or call js functions embedded in an html file?...
View ArticleHtml+Javascript Download Manager
How do I set up a html+javascript download manager seeing as in adobe air you cannot download files. But I need this implemented in the project I am building. Is there any commands or anything that can...
View Articleinvalid application descriptor: Unknown namespace
I'm wanting to learn adobe air, so I can leverage my HTML/JavaScript skills in desktop development, but I've hit a snag just trying to get the sample HelloWorld app to run. I'm getting the following...
View ArticleSystem.privateMemory vs System.totalMemory - values really different
I have build a rather large game for the iPad. When running, following stats are reported: System.privateMemory = 121mbSystem.privateMemory (maxed out at 159mb) System.totalMemory =...
View Article