Why does the screen go black when an ad appears?
I have a game app for Android made with Adobe AIR. I have been using intersticial ads from TapForTap without problem, but now I've decided to try another ad provider (AdBuddiz), and when their ads...
View ArticleWhen an air application installation fails
It will not let go of the process under any circumstances. When it hangs there is no way to kill it short of restarting your computer. This is pretty damn awful.
View ArticleBitmapdata draw missing dynamic text field
When doing a draw, everything gets there except any dynamic text, this happens in the devices, not on desktop, is there an easy fix for this?
View ArticleEnforce 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 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 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 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 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 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 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 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 Articlecreating ANE package using adt tool
I am trying to follow this tutorial: http://www.adobe.com/devnet/air/articles/ane-android-devices.html When it comes to packaging the ANE file step: "$adt" package target ane SampleASExtension.ane...
View ArticleCameraroll Error
This is a wierd issue so hoping someone has a solution. When I browseforimage using the Adobe cameraroll API using AIR 4, all is good most of the time. BUT, on occasion, it generates an IOError. It...
View ArticleResources on building multi-resolution desktop games?
Hi, I'm currently working on a game and was wondering if it was at all possible to build an Adobe AIR desktop game that has multi resolution handling. For instance, when you boot up Binding of Issac,...
View Article