AIR for iOS Data Protection question again
We are looking into Protecting Data Using On-Disk Encryption for our AIR for iOS iPad apps. An article on the adobe site (Protecting content on an iOS device with DPS | Adobe Developer Connection)...
View ArticleHow to send data between a Visual Studio MFC application and an Adobe AIR...
Hi All,Is there a way in which we can send data between a Visual Studio MFC application and an Adobe AIR application?My MFC application is basically a RFID application, which reads RFID Tag Id. I want...
View ArticleHow to open Android app directory in Windows Explorer?
I have an Android device connected to PC via USB. Is it possible to open the/data/data/air.<APP ID>directory in Windows Explorer?
View ArticleNot a valid AIRI or AIR file
Trying this: adt -package -keystore HelloWorld.p12 -storetype pkcs12 -target bundle HelloWorld.app HelloWorld.xml Gives me the error: File /Users/cameron/HelloWorld/HelloWorld.xml is not a valid AIRI...
View ArticleGoogle Play: "vulnerable version of OpenSSL"
Hi, Google Play just sent me a warning that my Android apps compiled in AIR 4.0 are "running an outdated version of OpenSSL, which has multiple security vulnerabilities." I don't recall using OpenSSL...
View ArticleDisable accidentally swiping up Control Center
Hi, has anyone found a way to disable the Control Center's "menu arrow" in IOS 7 from accidentally showing up when swiping up from the bottom of an app (or down from the top)?I've seen this done in...
View ArticleMain AIR Desktop Application cannot refresh child Application
Hello Everybody I would like to relate one issue I have when I load a normal Application SWF Modulefrom an external and add it to the main AIR WindowedApplication. I have one WindowedApplication which...
View ArticleAIR app can not load anymore data after reaching a certain internal memory limit
Hi all,I have created an AIR Android app which allows users to download media content to their internal storage and I spotted a weird behavior which is my AIR Android app stops downloading any data...
View ArticleiOS Video-App: Can't determine AirPlay status
We're developing several Video-Apps which are also in the iOS App Store. Video rendering is done in StageVideo wich obviously respects the iOS System AirPlay settings. This feature is awesome and works...
View ArticleSecure URLStream - Verify Server's SSL Certificate
I need to get a file from a server securely in an AIR app. It seems the way to do it is with URLStream or URLLoader. My question is, will this make sure that the server's SSL certificate is trusted,...
View ArticleParse/Read APK file Adobe Air Android
Hi Guys!I have problem uploading my apk file on google play, since it's bigger than 50MB and I want to upload a simple loader file and then download the expansion APK and open its swf file.Any ideas on...
View ArticleloadFilePromise() method unavailable in the Loader class using FB 4.7 (target...
Here's my code: Note that mpLoader is declared as a Loader class, yet when I try to use the loadFilePromise() method, it won't accept it syntactically. Is there a reason for this? I've checked and...
View ArticleVerify signature of a file
Is there a way to verify the digital signature of a file in AIR? For example, can I check the signature of an EXE in the file system?I haven't found anything in the AIR or Flex docs, but is there a...
View ArticleIs it possible to force render of certain elements before showing them?
I'm getting some stuttering and Adobe Scout reports that Air is "rendering dirty regions". I would like to avoid that to get fluid animations, even if it means making the user wait for a few frames...
View ArticleMultiTouch.mapTouchToMouse=false has no effect ?
Running on Windows, AIR 14, To test this, I set up : Multitouch.inputMode = MultitouchInputMode.TOUCH_POINT;Multitouch.mapTouchToMouse = false;addEventListener(MouseEvent.CLICK, function() { trace('x')...
View ArticleHow to divide and load parts of Large Adobe AIR app for Android
Hi!I want to create an app for Android but it will quite large. It will be larger than the 50MB offered by Google Play Store. This means that I need to find a way and break the app and load parts of it...
View ArticleCan I limit / force orientation changes in Air app?
I have an app that works great when restricted to portrait mode - for 99% of it that's exactly what I want. But, I have to play a video in one small portion of it which needs to allow the user to...
View ArticleDEACTIVATE event fires on app load in OS X
When running AIR on OS X (tested with 13.0 on Mavericks), the DEACTIVATE event fires when the application first opens! But this doesn't happen on Windows. So for example: <html> <head>...
View ArticleFullscreen mode broken on OS X
If you try the following code in AIR for OS X and Windows you find that Windows correctly DOES NOT fire the ACTIVATE event when fullscreen is executed but OS X does: window.nativeWindow.visible = true;...
View Articlecustom user agent in webview
IS IT POSSIBLE I CAN ADD A CUSTOM USER AGENT TO A WEB VIEW WINDOW IN MY AIR APP ? ANY HELP PLEASE ?
View Article