Trying to open web link in StageWebView but also opens native browser
Hi all, I'm developing an AIR app for iOS using CS6 AIR 3.9. I have a textfield that loads in dynamic content from an external xml file and links (anchor tags) will sometimes be in the content. Now...
View ArticleAIR 3.9 and iOS7 Build Release .ipa File Cannot Start
I build a release build .ipa file and installed on iPad running on iOS 7.0.3. But weird because my app stuck on start screen with my logo.Debug .ipa file is running correctly, just problem with the...
View ArticleURLRequestMethod.GET not working on Windows
Hi, My Air app (3.5) makes many requests to an API to collect and send data. Somme using POST, some using GET. It sends out urlVars and retreives JSON strings. I noticed that, on Windows (tested on...
View Articleevent.target.data is html instead of JSON string
Hi, I'm getting different results Windows and Mac OS from a api request sending back JSON. This is my request : sServicePath = API_URL + "theMethod/?";urlRequest.method =...
View Articleevent.target.data is html instead of JSON string
Hi, I'm getting different results on Windows and Mac OS for an api request sending back JSON. This is my request : sServicePath = API_URL + "theMethod/?";urlRequest.method =...
View ArticleApp with air embedded causing problems on a Galaxy Nexus 5 -...
Hi there, I've recently launched a game on the Google Play store which has been working fine until recently, I received an error report from a Galaxy Nexus 5 user running Android 4.4. The report is...
View ArticleUnresolved std lib methods when packaging mobile app with ANE ios7,...
After converting from ios6.1 / mountain lion to ios 7 / mavericks, my Flash builder mobile actionscript application gets the following unresolved std lib methods when it tries to package the...
View ArticleAdobe AIR app through netbeans/eclipse
Hi ,Iam new to Adobe AIR can anybody tell me,Is it possible to develop an Adobe AIR application with java ,I want to develop some app which can handle RichText on browser.. please tell me whether...
View ArticleHow do I disable scrolling on StyleableTextField
Not having much joy. I've tried _textfield.setStyle("verticalScrollPolicy", "off"); Normally I would set _textfield.mouseEnabled = false, but the field may have hyperlinks that need to be clicked.
View Articlestage3D issue on some android device
Hi ,allmy problem is sample.but the phenomenon is weird. stage3D.addEventListener( Event.CONTEXT3D_CREATE, contextCreated ); stage3D.addEventListener( ErrorEvent.ERROR,...
View ArticleStageText keyCode and charCode always 0
KeyboardEvent.KEY_DOWN seems to always return 0 for the keyCode or the charCode on the event. I've added the event to the Stage and NativeApplication.nativeApplication. Does anybody know the reason why?
View ArticleDeep Blue NRG Group: Biogas Applications
Waste-to-Energy is a process of converting waste to usable energy: electricity, heat, or combustible fuel. In North America, this conversion has traditionally taken place through the use of biogas...
View ArticlechildSandboxBridge not working
i cut and pasted the examples given in the AIR documentation and get "TypeError: Result of expression 'childInterface' [undefined] is not an object". AIR 3.9, OS X 10.9.1. any ideas? thanks....
View ArticleAdobe AIR
Can anybody tell me whether their is a proper plugin for adobe air development in eclipse or netbeans.???
View ArticleAIR 3.9 as3 IOS app stuck on launch / loading / splash screen
When deploying an app to ipad2 ios7/iphone4 ios6/iphone5 ios7 the app doesnt get past the loading/splash screen. Ive tried debugging on the device via usb but doesnt even hit the first breakpoint on...
View ArticleApplication freezes when loading amCharts-component on AIR 3.9 in iOS devices
Hello, I'm having problems with amCharts component, for it works fine with AIR 3.6 -version, but when I updated AIR SDK to 3.9 it stopped working. When chart should be loaded, application just freezes....
View ArticleHow to obtain Android screen real width/height in AIR?
The system chrome displays some additiona bar with three dots. No matter what I use, AIR always reports the actual height incorrectly - it's not the height of the screen, but the height of available...
View ArticleNativeProcess on a different machine
As I understand it, NativeProcess starts a process on the host machine.Is there a way to start one on a different machine on the network?
View ArticleHow do I create a 64-bit Captive Runtime Bundle?
Hello, I've been trying to get my head around memory usage in Windows, which led me down a rabbit hole to this question. As I understand it, applications in 32-bit Windows are allocated 2GB (which can...
View ArticleHow do you support both gestures and simple clicks in iOS?
I am having some real difficulties getting any sort of consistent input behaviour when I try to mix Gestures and just tapping a button. (Using Flash Develop, Flash Professional CC and AIR 3.9 v.1030 )...
View Article