Fast AIR cross platform pathfinder (a* or similar)
Hi, I'm looking for a fast pathfinder solution for a cross platform game in AIR (for ios, android and web) with about 50x50 squares.Any good solutions out there?Thanks,Andreas
View ArticleError while packaging app for iOS - Undefined symbols for architecture armv7
First time trying to package an AS3 Air app for development on iOS. App works fine on Android and is available on the Google/Amazon store etc. The version I'm trying to package has all references to...
View ArticleHow to make an app a file receiver for images on iOS?
Hi, How to make an app a file receiver for images on iOS?I did it for the Android app.xml like this: <intent-filter> <action android:name="android.intent.action.SEND"/>...
View Article[New Feature Requirement][iOS] StageText selectRange feature
Here is the feature request: Feature#3802934 - [New Feature Requirement][iOS] StageText selectRange featureWe need feature to select range in StageText field in iOS like with setSelection TextField...
View ArticleUsing a ANE containing a GLSurfaceView with a Loader
I have created an ANE (for Android) so I can use some external java code I have written. This code is used to display OpenGL graphics, and it also creates a GLSurfaceView on which to display this. This...
View ArticleConnect to SQL Server from Adobe Flex
Hello All, I'm new to Adobe Flash Builder. I want to create a desktop Adobe Air Javascript application to connect to the SQL Server and fetch the data depending on the user input. Say user enters a...
View ArticleLanguage support in the Air installer for IOS
Hi I really need some help here! Any help appreciated! I've created an app for iPad that currently only support danish.I'm updating the app to support english and I would like the app name (shown...
View ArticleAdobe Air connection to SQL
Hello, I have to create a desktop Adobe Air Javascript application to connect to the SQL Server and fetch the data based on the user input. Say when the user enters a customer code all the customer...
View ArticleCan I get the used Keyboard language from Android device?
Can I get the used Keyboard language from Android device for external keyboard?
View ArticleIs Adobe Air SDK needed GPU information, when the game want to load the ATF...
Hi, Adobe members. this is jonghwan lee. Actually I found texture load issue on a game(names samkukjangtu on korean) which is using Adobe gaming sdk. the game uses the ATF file for the textures on the...
View ArticleAIR exit code?
We have an application that is launching an AIR application, and it's waiting for that AIR application to close. Is there an exit code that AIR can return to this other application? I know about...
View ArticlePackaging for iOS: not supported in Darwin.
Hello!I'm trying to pack Adobe Air app to an iOS. The problem is that I always get this error:unexpected failure:Functionalitynot supported on...
View ArticleActionscript 3 Class Not Running More Than Once After Using The GoToAndStop...
I'm having a strange issue, and I am sure it's due to my lack of knowledge about how classes fully work in Adobe AIR (Flash CC). I've created a login button that is connected to a function, and based...
View Articlecatching Local Notification on IOS
Hello, I'm developping a mobile application with AIR, using a ANE for some functionnalities. I'm able to create a localNotification, firing it on my device.When the notification is fired it shows a...
View ArticleUnable to load external XML-file on iOS-device (ioError) (urgent!)
I try to load an external xml-file from a server, but until now, I didn't manage. Locally it loads, but when on a server, it doesn't.In the root of the domain I placed a crossdomain.xml containing:...
View ArticleHi! Does anybody knows why in FLASH when I apply a Code Snippet (gesture)...
Hi! I´m trying to develope an app by miself. A hello world kind for now. All fine, but when i put the code (snippet) to zoom in and out, I run the app and, yeah, it zooms in and out but DISTORT de...
View ArticleHow to disable selection feature of stageText
Hi, I developed Air mobile application for Android. I need to change softKeyboardType, returnKeyLabel and provide paste option for text input. For that reason I use stageText, but I want to completely...
View ArticleShould I use SharedObjects?
Hi all, I'm making a desktop based program where I will need to save a lot of user information, and I am trying to figure out if SharedObjects is the answer. I do not plan on moving the application...
View ArticleUpgrade 4.0 AIR error namespace
I'm using FlashDevelop for compile and i upgraded the AIR SDK with compiler to 4.0, i edit the name space with <application xmlns="http://ns.adobe.com/air/application/4.0"> and compiler option...
View ArticleHow to detect AIR for Android closing app event? AIR analog to...
How to detect AIR for Android closing app event (remove app from dock "Recent Apps")?In AndroidActivityWrapper.StateChangeCallback exist method onActivityStateChanged. But he have only DESTROYED state,...
View Article