Making links to an app from within your app (iOS)
I wanted to make a link to the full version of my ioS game and found this Apple link to do this. https://linkmaker.itunes.apple.com/us/?urlDesc= Justin
View ArticleIs it possible to take pictures from external camera?
For a photo booth, I need to know weither it is possible to use another camera than the internal one on Android/Apple-devices. Is it possible to take pictures with an external DSLR-cam?I found these...
View ArticlesetVector and GPU render mode
Hello, If i use the setVector method on a BitmapData in GPU render mode on a mobile device, it works very slow. This changes if the render mode is CPU. The method is fast enough.The problem lies in the...
View ArticleHow to load external SWF used sharing library.
Hi~~~Before ask the question, plz understand my bad English.. Recently I try to load the Swf file that is maded by Flash CS 6.0.Especially it used shared library.. When I try to load this SWF, I used...
View Articleloading external SWF with code and asset, possible?
it may sound easy but I've been literally struggling to get it done. I've main SWF, which loads child SWF. Child SWF file has some graphics as well as a Vector.<Object> variable. Now, if I load...
View ArticleAdobe AIR 4 Not reading a XML file larger than 10MB
I have an application where the XML file could be over 10MB in size. I am using XMLHttpRequest to read the file in. However, on Air 4, it results in null when the file is greater than 10MB in size....
View ArticleStageWebView - How to clear cookies?
Hi, I'm building an Android app with Air 3.9 and users can log in to website through StageWebView.Is there a way to clear all cookies (or the whole cache) that are used in the StageWebView? ThanksTom
View ArticleAndroid R.* access and the case of the missing styleable
Hi, I'm trying to use appcompat-v7 in my ANE and access it via the R.* mechanism. The packaging step of the ANE works fine. However, when building the final .apk using this ANE, the styleable elements...
View ArticleHow to disable App Nap in latest MacOS by default?
As mentioned in AIR 3.9 release AIR now supports App Nap feature in latest MacOS (http://forums.adobe.com/message/5745066); but I'm not able to found any documentation on whether AIR provides any...
View ArticleHow should an application developer handle Adobe AIR upgrades on Windows and...
Hi, My questions concern Windows 7 (and later) and Mac OS X: Is Adobe AIR upgraded automatically? In other words, by default (if the user does not uncheck something during installation), is there a...
View ArticleIs there a way to get past the Open/Save dialog in Application Install?
Hi! After setting the correct MIME header I am able to install an AIR application when the user clicks on a Flash application button. However, it is done in three steps as can be seen on the image...
View ArticleContent is not Panning while softkeyboard appears in GPU and Direct Mode...
Hi, My content is not panning while softkeyboard appears in GPU and Direct Mode(I have placed my input textfield at the bottom of the screen) it is working fine with the CPU and AUTO Mode. I am using...
View ArticleMemory consumption of class declarations (with embedded graphics, animations...
Hi all, our application is a "portal", where the user can choose from many different activities. The activities are AS3 classess, mostly FLA library symbols, exported for ActionScript. The classes are...
View ArticleAir for Android video object displays on orientation change
I have an Android app that plays a video using the normal video object, ie: var nc:NetConnection = new NetConnection();nc.connect(null);stream = new NetStream(nc);stream.client = this...
View ArticleIs there a way to download inside AIR HTML?
Hi, Is there any way to download files from the webpage running inside AIR HTML component? i.e. mail attachment etc.? Thanks!
View ArticleHow to open SQLite database with an Exclusive lock?
Hello, with the growing number of people using Dropbox, we are seeing an increase in Runtime errors in our desktop AIR applications when writing to SQLite databases.Occasionally an SQLError is thrown...
View ArticleHow to launch the iOS or Android AIR app from web browser with parameters?
Hello experts.I already developed a app and it's running fine for Android and iOS mobile devices. I already installed this app to my mobile and now I want to launch this app through a HTML page by...
View ArticleLocal shared objects with background worker
when i want to use local shared object in background worker it always create a new one. but i am not able to find the physical location of shared object. i am also not able to use previously build...
View ArticleAir Android - Receiving Data from the Send Intent
Hi, Is there a way to receive data from the send intent in an Adobe Air based Android app? I found an Android SDK tutorial but nothing for Adobe...
View Articlestagewebview content scaling incorrectly in fullscreen mode
I have an air application for mac and windows. In the app I use stagewebview(true) to create a stagewebview using the systems native browser. So far this all works great. The problem I get is when...
View Article