Enforce full screen mode
For my app I run the following at startup to show the window as fullscreen: ~~~window.nativeWindow.stage.displayState = runtime.flash.display.StageDisplayState.FULL_SCREEN_INTERACTIVE;~~~ And then for...
View ArticleStage3D Performance In Windows
For my app I run Stage3D, When I add more view I get low fps. I use TechPowerUp GPU-Z the GPU usage 100% but cpu usage 10%; So I test code: stage.addEventListener(Event.ENTER_FRAME,...
View ArticleBlacksumac added an Android app - Corliss Expert Group in Home Security
Last year, Ottawa, Canada-based startup Blacksumac launched a successful Indiegogo campaign for its Piper DIY security system. In January 2014, Piper units went on sale, and in February 2014,...
View ArticlePerformance Issues - Note 10.1 (2014)
I am getting reports of sluggishness with response to my apps from users with new Note 10.1 devices. Anyonne else have similar reports? I am using GPU mode and tried the latest AIR SDK 13 and a user...
View Article[iOS] CS5.5 AIR3 - BitmapData (blitting) and Text - Some Text Missing?
Hey all, Are there any gottchas for text showing up in a sprite you draw to a bitmapdata that might make some text fail to show up? I have a loop that's printing headlines and then text below those...
View ArticleEmoticon Support and StageText worries
Hi there, in a new AIR 4 mobile application i need to offer a chat system. Since special characters are also required i'm trying to integrate StageText, since no other text component seems to be able...
View ArticleDynamic Sound on iOS
I'm trying to record a sound using the Microphone API and store the mono stream of samples to a file.Later I'll open the file and play it using dynamic sound API but creating Sound object and regster...
View ArticleAir support for Intel based Android devices
My company is currently developing a cross-platform app, but we've hit a snag - it won't run on Intel based Android devices.The reason we chose Air is because we thought it would be truly...
View ArticleUse of AIR for generating iOS binaries
Hi, Recently I have been studying the generalities of mobile development, and clearly see that it is kind of difficult to create native applications to target different systems (ios, android, and so...
View ArticleSupported devices for AIR runtime?
I have a few different Android devices I test AIR mobile apps on. One of them is a few years old and running Android 4.0. I can install AIR 4.0 apps with a captive runtime on the device and they run...
View ArticleAndroid ICON 192x192
I am developing for android with CS6 AIR SDK 13.0.83; It will not allow me to include the 192x192 icon. I get the error: XXX-app.xml(41): error 103: application.icon.image192x192 is an unexpected...
View ArticleCode Signing Error with AIR.app on MAC OS
Hi, I have an application that runs on Windows and MAC. The last release of the application was signed in February of this year without any issues on both of the target patforms. Now, when signing...
View Article.ipa package is not working properly with the distribution profiles
Hello, I have this .ipa package for an application for iOS specifically the iPad. Everything works with my developers certificate. I am able to sync with iTunes and download the app successfully with...
View ArticlePackage AIR Application include serial key list
Hi all, I just finished my AIR application. Now, I want to distribution my app but I don't know how to package to .air file inculde serial key (it's mean to install my app, user must have serial key).I...
View ArticleGo from app to app
Does anyone know if possible in Air for iOS to create an app and have it also open another app created by same dev. I see apps in the appstore doing it that are created the native way but don't know if...
View ArticleiOS Simulator Broken Since Xcode 5.1
Ever since Apple released thier newest version of Xcode (5.1) at the start of March the iOS simulator does not work from Flash Professional CC (I do not have Flash Builder).Updates to AIR 4 didn't help...
View ArticleAnyone have example of uploading file to Amazon S3 using AIR?
I have an AIR app that I want to send files to Amazon S3. I've found a couple of potential posts about the subject, but nothing directly from AIR (some talking about from Flash Builder). Before I dig...
View ArticleHow to generate debug.keystore for the native android library ?
Hello, I am making the native extension for Map in android. But I am facing the problem that I am not able to generate the debug.keystore for the android project as it's a library project,Thas why my...
View ArticleFlash CC publish to Nexus 4 doesn't work
Hi all, I'm a newbie when it comes to mobile development, but I have a lot of experience with AIR for desktop. I have a Google Nexus 4 and cannot get Flash CC to publish to it for a simple test. First...
View ArticleAIR iOS URL Scheme
I'm developing an AIR for iOS app for my client to run on an iPad, and my app needs to be able to launch other apps using a URL scheme, and also to be launched by another app, by receiving a URL scheme...
View Article