Launch image e and app icon for iPad pro
Apple is forcing me to add an icon and a launch image compatible with the new iPad pro, but Flash Pro is not able to do that. I researched at various places and encounters not as it should be just the...
View ArticlePixel Perfect GPU Scaling!
On both Android and iOS native you can easily get no antialiased pixel perfect scaled bitmaps in GPU mode by "Nearest neighbor texture filtering".I would love to get this feature in Adobe AIR since the...
View ArticleSound failure on Asus Fonepad 8 FE380CG
We have a simple quiz app that was distributed through ad hoc installation (Using APK) over 100+ devices, but when playing with the playback sound (muting/unmute/increasing volume/decreasing volume)...
View ArticleFull Screen AIR app on MS Surface - taskbar flashing
Have an app running on the Surface. All works fine, except sometimes when pressing a button there is a quick flash from the taskbar momentarily appearing at the bottom of the screen? The Surface is...
View ArticleiOS ANE with resources
Hello, I'm building an iOS ANE with a third party lib framework + resources, so, I need to add both references to options.xmlSeems OK to framework but I received the following error when I tried to...
View ArticleVideo Issue on Mac OS
Hello, we have a Desktop application which is native installed on desktop systems.One point is to play mp4 videos located in the app directory. On Windows everythings working fine. But on Mac OS these...
View ArticleCheck which Context3DProfile is available (Away3D)
Hello, is there a convenient way of checking if a certain Context3DProfile is available? Specifically, I want to instantiate Away3D with BASELINE_EXTENDED, if that is not available I would like to fall...
View ArticleSet File Permissions
Hi AIR folks, My desktop app creates a sqlite file and places it in the shared documents folder for all users to access. On Macs I'm getting errors when trying to write to that file with a different...
View ArticleDoes Flash allow AIR deployment to iOS without a certificate in Flash Pro CC...
The instructions here...Flash Professional Help | Packaging applications for AIR for iOS The screen pictures do NOT match what I'm seeing in Flash Pro CC 2015...I'm seeing the same thing I saw in Flash...
View ArticleANE - Can't success to include libxml2.dylib
Hello, I'm upgrading an ANE on a new SDK version. This new SDK required the libxml2.dylib to be included. So I added it into my platform-ios.xml :<linkerOptions>...
View ArticleGame Center - Time Submission [URGENT]
Hello, So I was supposed to submit an app to the app store last night .. Got to what I thought would be the easy part.. passing off my Game Center data to Game Center. I've done point system games...
View ArticleReported a code to the operating system
hello, is-it possible to report a code or a message to the operating system when an Adobe Air application running on Windows, like NativeApplication.nativeApplication.exit(2) but without killing the...
View ArticleSurface 4 - AIR 19.0.0.213 - Closes immediatey
I have an AIR app that is running fine on the MS Surface 3 running Windows 8. However the same app on a Surface 4 running Windows 10 closes immediately with a windows dialog stating the exe has stopped...
View Articlertmfp NetGroup.Neighbor.Connect issues
Hi, I am developing a mobile app for sharing files on local network using RTMFP and I noticed there is sometimes very long delay between NetGroup.Connect.Success and NetGroup.Neighbor.Connected events...
View ArticleDownloading and saving a zip file is giving out of memory error
Hi, I am downloading a 408.9 MB zip file through URLStream class. Below is my code. protected function window1_creationCompleteHandler(event:FlexEvent):void { var urlStream:URLStream = new...
View ArticleHide/dismiss Android soft keyboard?
By adding this code to an AIR app's xml you can set it as the "home" or launcher:<activityandroid:name=".AppEntry"> <intent-filter>...
View ArticleAndroid AIR 19 SoftKeyboardBehavior "none" doesn't work.
I'm building an App for iOS and Android using AIR 19 with Starling/Feathers. I'm trying to disable the autopanning for the softkeyboard.. by using:...
View Articleon OSX, how can i set the "changed" flag, which shows as a red dot in the...
On OSX every standard window frame has 3 circular icons in the upper left corner of the window, corresponding to red (close window), yellow (minimize), and green (maximize). when the user changes the...
View Articlejava.lang.NullPointerException while packaging
There was an error occurred while I had been packaging my APK.My project is included an ANE. I rebuilt the ANE and the error occurred.The error I got as below:!ENTRY com.adobe.flexbuilder.project 4 43...
View ArticleVerify server calls in Adobe AIR
Is it possible to do something like what is described in the link below using Adobe AIR? The idea is that you have a service that your app calls, but you want to make sure that service could only be...
View Article