extendedDesktop profile
Hello, I'm wokring on an AIR app for Windows that uses native extensions. To do so, I need to use extendedDesktop profile, but I cannot compile .AIR file using only that - it requires a native...
View ArticleDifferent Orientations for iPhone/iPad
We're working on a universal iOS app and want to be able to run in portrait mode for iPhone and landscape mode for iPad.Right now we're setting the aspect ratio in code on the first frame, but this...
View ArticleDifference between FRECallObjectMethod and FREDispatchStatusEventAsync
The guide recommends to use FREDispatchStatusEventAsync to get an async result to ActionScript. In my case my event is triggered on the native side, so looks like FRECallObjectMethod it's what I need....
View ArticlePreventing ANE view going fullscreen
Hi all, We're building an app which needs to show and manipulate PDF documents - basically show PDFs and allow the user to skip to pages via bookmarks. The app has some other features and UI components...
View Articles:State or mx:State
I recently tried to migrate an ios application from flex sdk 4.5.1 (with AIR 3.0) to flex SDK 4.6.0 with an overlay of AIR 3.8. I got a load of errors, mostly related to namespace issues. I have a few...
View ArticleProblem with stage.stageWidth/Height values with Event.ScreenSize in Air 3.9
I have just updated from AIR 3.6 to AIR 3.9 and have encoutered some unexpected behavior that is giving me grief when attempting to test on the Desktop. I've been using the following code to set the...
View ArticleAIR for Android App - Video Issue
Hi all, I've developed a Air for Android application targeted specifically for Samsung N 800.There is a section in the application that has a list of Thumbnails and the user can click on any thumbnail...
View ArticleSharedObject deleted during update?
We just had an update to our app go live in the Apple App Store. Problem is it's wiping the save data in the SharedObject. I'm not sure of the culprit. We were using AIR 3.6, but had to update to get...
View ArticleUnable to install the application. Ensure that the selected devices are...
Anyone getting this error message after the iOS 7 is updated to our iDevices? I am unable to push my apps onto devices now to test after the iOS7 patch. =/
View ArticleThat Darn Camera API
It's a nice API, but it's not working like I wan't it to in my Adobe AIR app (desktop AIR, and no it's not Flex.) This is basicly the code that haldels the cameras: ...cam1 = Camera.getCamera("0");...
View ArticleCan AIR applicaiton request elevation to admin privileges on Windows 7
Can AIR applicaiton request elevation to admin privileges at startup? I need access database installed along with the applicaiton and having issues with it. It works only when I manually start it with...
View ArticleIs copy / paste supported yet for iOS ?
This seems like such a basic thing.. It wasnt supported in 2012 .. wondering if anything has changed ?
View ArticleFlash Builder 4.7 won't debug air app on Android devices anymore
Hi there, A strange thing happened today to my Flash Builer 4.7 installation on OS 10.8.5 : it suddenly refused installing and debugging AIR apps.At -the famous- 57% of compilation completion I can see...
View ArticleCreate a Multiplayer game for Android/iOS using flash?
Hi guys, We're creating a flash - turn based game for iphone and android using flash builider (flex) and actionscript 3. We've built the game and have a working Ai and are now trying to figure out how...
View ArticleProblem Keeping Mobile App Running
Hi, I'm noticing a problem keeping my mobile app running when it's brought back from the background. It seems after a period of time, iOS will terminate the running app even tho it's still shown as...
View ArticleAir 3.9 for iOS - Increased file size of the executable?
Hi, I've just exported a new release of my app with the new Air 3.9 SDK.I've discovered that the file size of the .ipa is increased of 9MB (before it was 30, now it's 39...)Looking into the Payload,...
View ArticlelocaleID
I have got this working: var languageSettings:Array = Capabilities.languages;var locale:String = languageSettings[0].toString().toLowerCase(); to tell me my iphone is in language "en" but I want to...
View Articlemethods for unit testing mobile app
I wonder if anyone here has a good method to run FlexUnit unit test suites against mobile Air classes, specifically in a CI environment using Ant. I have an extensive unit test suite for my regular...
View ArticleHow to create a multiplayer game for steam using flash/flex?
Hi guys, We've got a multiplayer game ready to go. Currently it is not multiplayer, but we'd like to get it to a stage where it can be played over the steam network by users of steam and owners of...
View Articleunload an swf with out worrying that its leaked memory?
Hi I have a desktop air application that loads swfs in and the unloads them after use. I use the Loader class to load them in... My oncomplete method looks like this.. public function...
View Article