Join a global community of Adobe Air users and developers.
Recently active
Hi everybody, I need your help please. I develope a Flex Mobile App to connect Twitter API. The app needs to display a PIN from Twitter in a webpage, the page loaded in a StageWebView instance. The PIN is in the HTML code, I dont found any property or method to get the HTML of the content loaded and parse this string to find get PIN. Somebody know how can i do ti? Thanks.
How do I determine a diagonal gesture with MultitouchInputMode.GESTURE ?
I have an app that has been on the App Store for months that has been running just fine for almost everyone.However, I was contacted many months ago by a single user that had been using our app for months without any issues, but all of a sudden they started having a problem with our app "crashing on launch everytime". Making the app completely non-functional.Even rebooting their device didn't help the issue. The only thing that fixed this issue for them was to delete the app from their device and then reinstall it. Then the app started working again properly. As our app tracks useful data for the user, deleting the app also deleted all their saved data that was stored in a SQLite DB by the app, which was less than ideal.More recently I had another person contact me about the same issue and then it started happening on one of my own devices, which is really starting to scare me that the problem could be much more widespread that I initially thought. I created a new debug build and tried
Is it possible to print from an Adobe AIR app on the iPad? I've searched and I know PrintJob won't work. Is there another way to print? I'm developing in Flash CS5.5 and have Flash web app that already prints using PrintJob.
Okay, my first question is, which version of the Air 3.6 SDK am I supposed to overlay onto the Flex 4.6 SDK? Is it the one WITH the Compiler on this page: http://www.adobe.com/devnet/air/air-sdk-download.html, or the one without the compiler? Or, am I supposed to use the one with the ASD2 compiler (or whatever it's called) for FB 4.7? I'm guessing not the last one...Thing is, I've tried installing Air 3.6 with both of the abovementioned versions of the SDK - with and without the compiler. Whenever I try a new one, I delete the folder I've just installed, then start again.I've tried:- Overlaying Air 3.6 SDK (both versions) on top of fresh extractions of Flex SDK 4.6- Overlaying Air 3.6 SDK (with compiler) on top of my old installation of Flex SDK 4.6 that originally had Air 3.2 SDK overlaid on it- Overlaying every version of Air since 3.2 on top of my old installation of Flex SDK 4.6 with Air 3.2, up to 3.6 with the compilerEverything I try, ends up in error messages when I try to expor
I have an application that will always run on a mobile device with a hardware keyboard. Is there a way to suppress the appearance of the soft keyboard with the TextInput class? http://help.adobe.com/en_US/flex/mobileapps/WS82181550ec4a666a39bafe0312d9a274c00-8000.html#WS19f279b149e7481c-4cb7e4a013321c24dab-8000"The text input controls always open the keyboard when receiving focus. They ignore the needsSoftKeyboard property, and setting it has no effect on the text input controls."This suggestion for using the preventDefault for a SoftKeyboardEvent does not work. http://www.peterelst.com/blog/2011/05/08/controlling-the-soft-keyboard-in-flex-mobile-applications/Is the solution basically to not use the TextInput class and handle all of the hardware keyboard events manually with an alternative like a label?
Is there a configuration file somewhere that defines that the default "export release build" does? It must be driving mxmlc with something. Is there a way I can just get a look at that string? I'm working on my build system and trying to get all my fancy new compiler flags set right. It would be incredibly helpful to see exactly what that's doing.
Since the android update to 4.2.2 this morning, ADT fails to upload my app to my phone (Galaxy Nexus).I tried updating the android tools and I updated AIR to 3.6 version, rebooted the all things, etc.. but when i compile my project to the phone (with FDT) it stucks at the uninstall command.Basically, these commands do not work anymore ://UninstallD:\Softwares\flex_sdk_4.6_AIR3.6\bin\adt.bat -uninstallApp -platform android -appid XXX//InstallD:\Softwares\flex_sdk_4.6_AIR3.6\bin\adt.bat -installApp -platform android -package XXX//LaunchD:\Softwares\flex_sdk_4.6_AIR3.6\bin\adt.bat -launchApp -platform android -appid XXXI tried with a friend's phone that didn't get updated to 4.2.2 and it still works. So i guess the problem comes from this new version.Anyone experiencing the same problem?
Hello all, I cannot, for the life of me, get Adobe AIR to install on my Mac Pro. Whenever I open the installer I get this message: quote: An error occurred while installing Adobe AIR. Installation may not be allowed by your administrator. Please contact your administrator. I AM, in fact, the administrator of this computer and I'm logged into said account, but I continue to get this error. I made sure to repair my permissions, but of course that proved nothing. Can anyone provide some insight into this? I don't know how to get the installer to log and/or where to find these logs, so help with that would be great too. Thanks! Tyler
HelloI would like to install EspressoReader on Windows7 64 bit viaAodbe Air. I get the following error in the AdobeAir log file: [2013-02-04:13:48:52] Application Installer begin with version 3.5.0.1060 on Windows 7 x86[2013-02-04:13:48:52] Commandline is: C:\Users\rka\Desktop\EspressoReader_0_9_8.air[2013-02-04:13:48:52] Installed runtime (3.5.0.1060) located at c:\Program Files (x86)\Common Files\Adobe AIR[2013-02-04:13:48:52] Unpackaging file:///C:/Users/rka/Desktop/EspressoReader_0_9_8.air to C:\Users\rka\AppData\Local\Temp\fla5CC4.tmp[2013-02-04:13:48:53] Migration signature validation failed[2013-02-04:13:48:53] Got an unexpected fatal error while unpackaging: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="invalid migration signature" errorID=5023][2013-02-04:13:48:56] Application Installer end with exit code 7What is wrong with this installer? Thanks for any tip.
I am new to air and I am having a big problem with printing, I got some come snippet that triggers printing but the main problem is that the <code>window.htmlLoader</code> is passed to the addPage() and the print renders a screeshot of the first page.This is not what I want, I defines a media print style rule and I want the print to print some portion of the page regrding the print media rule, is there any option or help. I have a deadling, the programming with JS is not the problwm but the printing is the problem. Is there any better API that can streamline this, I am running out of time.Thanks in advance
I get the following error message when compiling my app with air 3.4 with Standard packaging or release build. Interestingly when using fast packaging I don't get any problem.Error occurred while packaging the application:Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 1 at adobe.abc.GlobalOptimizer$InputAbc.readCode(GlobalOptimizer.java:1134) at adobe.abc.GlobalOptimizer$InputAbc.readBody(GlobalOptimizer.java:682) at adobe.abc.GlobalOptimizer$InputAbc.readBodies(GlobalOptimizer.java:403) at adobe.abc.LLVMEmitter.generateBitcode(LLVMEmitter.java:331) at com.adobe.air.ipa.AOTCompiler.convertAbcToLlvmBitcodeImpl(AOTCompiler.java:533) at com.adobe.ai
ok i just tested and i would like to know if i'm the only one.... Everything work fine in 3.5. As soon as i upgrade to 3.6... The microphone only record 1 time on 3-4. Totallly random. It doesn't record at all on IOS.Somebody got the same problem ?really sample to test just use the microphone and addEventListener(SampleDataEvent.SAMPLE_DATA,onSampledData);it will work 1 time on 3-5. I need this fixed asap for my release for my apps.sorry for double post i posted it first in multiscreen development by error.
Hi,I have download this morning AIR SDK 3.6 with ASC2.0. (offccial relase)1) ADL, no problems, I had to readjust a few things in the code but all works fine2) Package targeting ipa-debug-interpreter, compiles and packages ok3) Package targeting ipa-ad-hoc I have the following error:[java] C:\workspace\myApp\temp\myApp-app.xml: error 304: Initial window content is invalidAny ideas where is this coming from? (I guess it is the -app.xml but works fine targetting ipa-debug-interpreter)This is the -app.xml:<?xml version="1.0" encoding="utf-8" standalone="no"?> <application xmlns="http://ns.adobe.com/air/application/3.6"> <id>com.lessrain.MyApp</id> <filename>MyApp</filename> <name>My App</name> <copyright>Copyright © 2013 Less Rain LTD. All rights reserved.</copyright> <versionNumber>0.0.30</versionNumber> <ini
Hi there,I've been fighting with this issue for days now. I have an app which uses Away3D and Starling together. Works beautifully on the web, and also when compiled with debug-interpreter mode. However, when I compile for ad-hoc ipa and run it, it loads up just as slowly as debug-interpreter mode, and then crashes. I find a LowMemory report in my CrashReporter directory when I sync with iTunes. Another strange thing is that the app's viewport is screwed up, it truncates part of the screen.I am using the combined Flex 4.6/Air 3.3 sdk found here: - and compiling against air 3.3.This is using Windows XP.Can anyone help please - this is so frustrating..Thank you.
Hi,When I try to run this simple application with a button to toggle fullscreen on/off, the button itself is supposed to stay centered in the middle of the screen but it doesn't.<?xml version="1.0" encoding="utf-8"?><s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx" width="1280" height="800" applicationComplete="stage.scaleMode = StageScaleMode.SHOW_ALL" > <fx:Script> <![CDATA[ private function toggleFullscreen():void { &nbs
Hey, I've downloaded some drops from the prerelease program of Adobe, which includes sdk of .air files, and when I try to open and install them this message pops out:This application cannot be installed because this installer has been mis-configured. Please contact the application author for assistance.Any solutions? Thanks!MatthewPS: I'm on a Mac running 10.6.7 software
I know how to use Capabilites.language(s) to determine the device language, but I wonder; is there is any way to figure out the region of the device? (iOS)Thanks for any pointers!JP
Hi,I'm testing this on a Mac, and tried it with AIR 3.2 & 3.5. The below code does not fire a SELECT event when I press the open button in the OS's select directory dialog. However, if I remove the resolvePath("../../images") function, and then I browse for a different folder in the select directory dialog, it will fire the event as expected. I ma using the resolvePath method to pre-select a destination directory so that the user can just presss select in the dialog, however unless I manually browse for a save directory, the event will not fire.var docsDir:File = File.documentsDirectory.resolvePath(this.xmlDownloadDir); try { docsDir.resolvePath("../../images").browseForDirectory("Specify image download directory"); &
Hi, I need to attach camera into my mobile application for live stream. when i am trying to attach camera, it doesn't displaying the camera preiveiw in right direction. Always its showing in 90 degree wrong direction in android mobile.. I am using Flash Builder 4.6..How to solve this issue?Thanks
Today I attempted to install the official ICQ messenger for Mac (which I downloaded here: http://download.icq.com/download/mac/en ) but the installation of the .air file failed and asked me to contact the software creator for a new installation file.Recommended system requirements:Mac OS X v10.4.9 or later (ok)Flash 10 and above (ok)Adobe Air 2.5 (ok)The system.log shows the following error:========================================================================Mar 13 12:16:35 Daniels-MacBook-Air.local Adobe AIR Application Installer[1192]: Application Installer begin with version 3.6.0.6090 on Mac OS 10.8.2 x86Mar 13 12:16:35 Daniels-MacBook-Air.local Adobe AIR Application Installer[1192]: Commandline is: /Users/daniel/Downloads/icq4mac.airMar 13 12:16:35 Daniels-MacBook-Air.local Adobe AIR Application Installer[1192]: Installed runtime (3.6.0.6090) located at /Library/Frameworks/Adobe AIR.frameworkMar 13 12:16:35 Daniels-MacBook-Air.local Adobe AIR Application Installer[1192]: Unpack
IS ari3.7 support to reloading a swf witch content Actionscripte?For my English is poor,wish someone to help me,thinks!
Hi,I've developed a test flex application to run in the blackberry's tablet simulator, that requests data from a HTTPS service.When I test it against a server that uses a valid certificate, it works just fine. But using a self signed, invalid certificate, it throws a ioError (#2032).I've found someone here: http://forums.adobe.com/thread/680181?tstart=0 that sees another behaviour in other platform (desktop I suppose): the request succeeds, but shows a warning message. So, the fact it doesn't work at all seems to be specific of the blackberry tablet platform.The test application currently uses mx.rpc.http.HTTPService, but I've also made tests with URLLoader (without success).Does anyone know a workaround for this?Thank you very much!
I found a few different posts refering to some multiplayer solutions or quesitions but they were a couple years old and the solutions seemed made more of hopes, dreams, and unicorn dust. So, the question: Best solutions for Multiplayer Gaming via Air that will work (preferbably cross platform) on mobile devices and desktop? Something simple, like a turn based game (think word with friends or Chess).I'm also open to single platform solutions. Thanks in advance!-SGW
I'm using Milkman Games' ANE called 'GoViral' and it won't include a subject line when I select Email from the activity sheet. Why is that?Here is my code:GoViral.goViral.shareGenericMessage( "subject", "message", false );Thanks
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.