Saving Microphone Recording IOS/Android
I'm currently capable of capturing audio using the microphone, but I would like some tips on saving it to the mobile device. I'm being using the techniques described here to record and play audio...
View ArticleDetecting network connection
I'm developing an app for IOS which stores data on a web server and thus does not work offline. So I need to detect if connection is available (also required for app approval). I've found some...
View Article[android]way to refresh gallery after saving image?
I'm saving image to a separate folder on SD card using "File" class. Image is saved correctly but the problem is, it does not appear automatically in the phone's gallery. It appear only after the SD...
View ArticleStageWebView - HTML Support in AIR for Android
Many of today’s application blend offline and web content. Using HTMLLoader allows HTML content to be rendered in AIR desktop applications. StageWebView addresses an often required use-case, that of...
View ArticleHow can I play video on Android using native player?
Is there a way to tell android to open my mp4 (either in assets or on external sd) with it's native video player? Just like if I tap this (mp4) file in any android file manager. reasons:1 - I don't...
View ArticleUsing the native iOS video player?
I would like to learn more about using the iOS native video player in my Adobe Air app. I understand that you can launch the native iOS video player by using StageWebView. What are some of the...
View ArticleANE Wikitude IOS
Hi, I need call to the Wikitude app in a ios device. I have been looking in other threads, ways to call to an installed ios app to open a file. In my case, i need open an installed app in my device,...
View ArticleApp rejected due to localStorage issue, seeking advice.
Hello everyone, Apple has rejected our application because we store files for offline viewing under localStorage (/Documents)This is an extract of the message, we received :Data that can be recreated...
View ArticleAIR register custom URI and filetype problems on Android
Hi, Im trying to register my app to open custom URI scheme and custom file type on Android 4.2I tried all possible combinations, but I still cant get it to work.When I selet the file on system or in...
View ArticleDecimal Point in Android StageText with SoftKeyboardType.NUMBER
When I make a StageText and set the softKeyboardType as SoftKeyboardType.NUMBER on an Android device, the number pad comes up, but does not have the decimal point. Is there anyway to enable this? This...
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 ArticleiOS Air (13 beta) localization of names not working
Has anyone tried to release an app with differrent names lately?For some reasons the main app name <filename> is not used when a different localization (that is not supported by the app) is used....
View ArticleiOS 7 - StageText with Siri/Dictation doesn't work (?)
Hi,if you enter the focus on a StageText and then start a dictation with Siri, ecc. you will notice the component is stucked and the app too.Am I the only one to experience that? I work on Flex, maybe...
View ArticleAndroid R.* access and the case of the missing styleable
Hi, I'm trying to use appcompat-v7 in my ANE and access it via the R.* mechanism. The packaging step of the ANE works fine. However, when building the final .apk using this ANE, the styleable elements...
View ArticleBig ANE causes java.lang.OutOfMemoryError when packaging Air application
Hi, I'm working on an Air mobile game that uses ANE on iOS and Android. I'm in the process of creating a new ANE and face a problem on the Android side. My ANE requires an external framework (Burstly,...
View ArticleTrigger the native IOS datePicker?
Hello guys, does anyone know if it's possible to trigger the IOS Native Date Picker from Adobe Air? thanks so much for any info!
View ArticleRidiculous!!! We need a MAC to use Application Loader to upload our apps to...
Apparently, Apple has recently changed their appstore upload procedures and now require developers to use their Application Loader software to upload the binary files to appstore - which is only...
View Articleonline ActionScript API docs broken
The online ActionScript API docs have stopped working for me. I've tried accessing them from both Chrome and Safari and get the same behavior in both browsers. The filter options never load and the...
View Articlelisten Keyboard events in AIR for iOS? [HELP]
It works in the browser... Is there any way in AIR to do this for iOS ?
View ArticleIs Point.interpolate deterministic?
Hi,I am currently developing a truly deterministic ballistic engine, and so far I am doing good, I avoid numbers/floats and Math.cos/sin. But now I would like to interpolate between my points, and it...
View Article