Native extension to unzip a file crash my air app
Hello, I have a problem with a native extension for androidI want to unzip a filemy java code File f = new File("my zip file"); File outputDir = new File ("output folder"); ZipHelper.unzip(f,...
View ArticleAIR 3D Amazon render server with NVIDIA Tesla GPU not working
Hello We have an AIR Stage3D application that renders 3D objects and lets the user view them. We want to create a render server for fallback if the user has no Flash installed. The easiest would be to...
View ArticleFLV image falls behind audio
Hi all, I have a client who wants video with an alpha channel overlaying other images in an iPad application. AFAIK this can only be done with FLV video files but the video files have pretty poor...
View Articleios app crash after download due to low memory in ipad 1
my ios application download some .zip files and then start unzip. if .zip file is higher than 50MB, program crash after downloading. i can see it is fully downloaded in progress event but complete...
View ArticleAir Native Extension - Java Key Listener
Hello all, Firstly I'd like to thank you for creating an excellent and helpful community. I have an issue I have been stuck on for around 2 weeks now. I am creating an android native extension to...
View Articlescreen orientation changes to potrait in android device when wake up
Please help me on this I am building an app in as3 for android and ios. I have set the screen orientation to LANDSCAPE in apple devices its working fine when I tried it in samsung galaxy tab its goes...
View ArticleUSB communication AIR desktop and AIR mobile app
Hi! Does somebody know the possibilites of USB communication between and AIR desktop app and an AIR mobile app. I need to send files from an desktop application to the external memory on an mobile...
View Articlecountdown to game over
i was wondering how i would make a countdown to game over in flash, i've tried i few different tutorials but none are working that well. http://www.filedropper.com/spaceshootinggamefinal help me...
View ArticleAndroid: Authentication with StageWebView
So on Android, it looks like cookies aren't shared between StageWebView and AIR. This is a bit of a problem for me. The login page (loaded via StageWebView) knows what cookies the server set, and I...
View ArticleAd Hoc Package Extraction Failure
Dear developers, I recently upgraded to the newest version of Air 3.8. I am trying to test a new version of my app ad hoc (for iOS), but I keep getting a package extraction failure. I am using Flash...
View ArticleAIR 3.8 & Flash Builder 4.6 for iOS - loaded SWF with ABC works on fast...
I have a simple Flex Mobile project that just allows user to swap between 2 different .swf games. I load the .swf with the following code: privatefunction loadFile(f:String):void{ var...
View ArticleMusic plays for some more minutes while deactivating android device
I have main menu(swf file) with music when I lock android device screen dims but music plays for some more minute and stops. I gave CurrentMovieClip.Stop(), in deavtive event. How could I stop music...
View Article[Desktop] Capturing mouse buttons other than left/right/middle
Many mouses have a number of buttons besides left/right/middle, of particular interest to me are the forward/back buttons that I've noticed many desktop apps are compatible with. For instance, browsers...
View Article[iOS] Can I instantiate a ViewController from AIR, and/or 'place' my AIR app...
Hello, We have a fairly complex and custom Objective-C/C++ ViewController class. I would LOVE to be able to create an AIR app which can: 1. Instantiate the above ViewController class, by writing a...
View ArticleAdobe AIR embedded in Xcode/Objective C
Can anyone tell me if it's possible to embed AIR into an objective c native application, rather than having the app written purely in AIR? Even better if it can be done from xamarin for cross platform.
View ArticlenavigateToURL launches another app on my iPhone!!
Hi all. I'm totally confused on this. I've developed 6 AIR apps for iOS, so I'm not a rookie but then again I'm far from being a guru. Anyway, I have a Movie Clip and I attach a navigateToUrl command...
View Article'Non-PIE Binary' Warning with iOS app when uploading app to iTunesConnect
Hello Everyone, Recently i have uploaded an updated version of my application to iTunesConnect for iOS app store and i got following message from the App Store team Dear developer, We have discovered...
View ArticleAIR mobile app for Android becoming unresponsive when application is left idle
I am having an issue with an AIR mobile application for Android becoming unresponsive. We currently enable wake-lock to prevent the device from sleeping while the application is running. As long as...
View ArticleBad click-accurateness on iOs!
Hi, actually I am testing on a new iPod 5G Device. I have a big problem. In my App a Button is positioned at x = 580 (width 50px).When I click on the Button he doesn't react.After some time traced the...
View ArticlestageWebviewBridge [HELP]
I swear I had this exact code working previously. Now when I compile no errors are thrown... However onDeviceReady is never called. Is there something I am not seeing here ? Any help is appreciated...
View Article