AIR 3.9 for android, how to load file in primordial worker

when i use AIR 3.9 for android version of my game, i can not load file in primordial worker swf.
I use the code below:
var loader : URLLoader = new URLLoader();
loader.dataFormat = URLLoaderDataFormat.BINARY;
loader.addEventListener(IOErrorEvent.IO_ERROR,
     function (evt : IOErrorEvent) : void
          trace("load file error: " + evt);
loader.addEventListener(Event.COMPLETE,
     function (evt : Event) : void
          trace("load file completed: " + evt);
loader.load(new URLRequest("./music/bgm/bgm_title.mp3"));
and already set the second parameter of "WorkerDomain.current.createWorker(swf:ByteArray, giveAppPrivileges:Boolean = false):Worker" giveAppPrivileges to be true.
this code can work on desktop AIR, but failed in android AIR, it tells a IOErrorEvent, and report "Stream Error".
So, is it a bug of AIR 3.9 for android, or is there somthing i missed?
Thank you very much for any help.

Hi,
The bug 3643406 is fixed now and fix is avaialable in AIR 4.0 beta build. You can download the build from http://labs.adobe.com/downloads/air.html .
Please share your feedback with us.
Thanks,
Nimisha

Similar Messages

  • Firefox for android doesn't load all my passwords and corrupts bookmarks

    Firefox for Android doesn't load all my passwords on my tablet (Lenovo).
    Also, syncing corrupts my bookmarks on my desktop and laptop by inserting bookmarks which I have deleted days ago..
    It syncs through all three devices and I know that it syncs because when I sync from my desktop, all three devices have the same time-stamp of when they synced.
    It seems as though, if you have two usernames/passwords for the same login address, such as 2 Gmails - there is no dropdown which shows both emails/passwords from which to choose from.
    This is all very frustrating, especially when I'm out and only have my tablet and I need to login somewhere when I'm with a client, and I can't login because Firefox/Android doesn't show my login info or the bookmark that I need is not there, because my bookmarks are corrupted after a sync.
    I have lost clients because of this.

    Hi modularbase.
    I understand that there are some issues with sync between three devices. Specifically, there is an issue with corrupt bookmarks and passwords that are not stored.
    Please make sure these settings are set:
    * [[Control whether Firefox automatically fills in forms with your information]] * [[Usernames and passwords are not saved]]
    * [[Using Master Password on Firefox for Android]]- the password manager addon for mobile devices may benefit in this situation.
    However on mobile, specifically for Gmail signin, accounts.google.com can store a few mail accounts, however you would have to add an account by clicking on "Sign in with a different account". In Firefox, passwords are stored by website in the password manager.

  • Developing and using Adobe AIR native extensions for Android devices

    I was using this tutorial:
    "Developing and using Adobe AIR native extensions for Android devices"
    http://www.adobe.com/devnet/air/articles/ane-android-devices.html
    When packing the Flex mobile ANESampleTest to deploy on an Android device, the below error happens
    Error occurred while packaging the application:
    aapt tool failed:invalid resource directory name: /private/var/folders/k8/1thhvkf92h947n_g22hg_v9m0000gn/T/52ba05aa-9001-4d46-9438-db81ef83 06f0/res/drawable-xxhdpi
    invalid resource directory name: /private/var/folders/k8/1thhvkf92h947n_g22hg_v9m0000gn/T/52ba05aa-9001-4d46-9438-db81ef83 06f0/res/values-sw600dp
    invalid resource directory name: /private/var/folders/k8/1thhvkf92h947n_g22hg_v9m0000gn/T/52ba05aa-9001-4d46-9438-db81ef83 06f0/res/values-sw720dp-lan
    Does anyone know what the issue might be?

    Did you find a workaround for the Error? I'm getting the same and I can't seem to find any solution.

  • Where can I download AIR 2.6 for android ?

    Hi
    I wrote Flex app using Flex SDK 4.5, on adobe air 2.6 for android. But I go to market android, it dont have adobe air 2.6
    Because my mobile install android 2.3, can only install air 2.6.
    Where can I doqnload Air 2.6 for andriod ?
    Thanks.

    Dear friend, 
    I found a very cool website: kccebde.com. which mainly sell electric products like laptop, phone, ipad, psp and so on. Their products are latest and the price is suitable. All of their products have IWS (international warranty service). And the express delivery is very fast, just takes 3 to 7 days. They ship worldwide. If you want to buy some products, it will be a good choice.                                
    Yours sincerely!

  • Is there a reference test code for Android to see if GPU acceleration is working on a device or not?

    The subject says it all:
    Is there a reference test code (available for downloading) for Android to see if GPU acceleration is working on a device or not once the AIR RC1 with GPU is installed ?
    Perhaps something 'like' away3d info panel which shows if GPU is active or not...
    I will try to build one in the meantime.  Just didnt want to reinvent the wheel here.
    TIA for any pointers.  //GH

    I agree with the above posts, it would be great to have a place with a list of already known problems, and a way for those of us with the time and interest to participate in making the FiOS experience better. Several thoughts:
    1) Send a PM to a moderator here asking to participate in a test, or asking for improvements to the Forum. I have done that, some of the improvements I suggested have occurred (thanks Kathleen and CharlotteS), hoping more will; it can't hurt. And I understand my request to be a beta tester has been forward to development. At least one poster put that kind of request in a forum post and I think his was also forwarded.
    2) Go to the following Verizon Products Trial site and sign up to test new things: https://www36.verizon.com/MM/Protected/TestTrack/SignIn.aspx. No guarantees, not much on the site right now, but if you sign up you might get to participate in the future.
    3) Consider using the Verizon Direct forum at http://www.dslreports.com to report problems rather than the FSC (or after a frustrating experience with the FSC). You have to be a registered user to post in that forum, but I have had a good experience using it. Verizon employees monitor the forum and respond, and only they and you can see the details of your and their posts (one of the things I have suggested to the moderators here is something like Verizon Direct here). 
    I am retired, I have time to put into an effort to improve FiOS TV. Plus I have quite a bit of experience in testing new computer hardware and software before announcment and/or delivery to customers (IBM), so I think I could help (and I really don't think I could hurt it...). Plus in two more days I will have had FiOS TV for three full years, I have gone through all of the good (and a little bad.....) along the way.
    FWIW...
    Justin
    Verizon FiOS TV, Internet, and phone
    IMG 1.5.0
    Keller, TX

  • How to load file thru reader which contains non-english char in file name

    Hi ,
    I want to know how to load file in english machine thru reader which contains non-english chars in file names (eg. 置顶.pdf)
    as LoadFile gives error while passing unicode converted file name.
    Regards,
    Arvind

    You don't mention what version of Reader?  And you are using the AcroPDF.dll, yes?
    Sent from my iPad

  • I have two time capsules, one for work and one for home, how do I set up the work time capsule to only back up my work files?

    I have two time capsules, one for work and one for home, how do I set up the work time capsule to only back up my work files?  Also, how do I add co-workers to my work time capsule and wife to my home time capsule?  Thank you!

    You cannot have two different TC setups.. at least until Mountain Lion.. it did introduce some changes but I am not sure if you can setup two different configurations for TM.. you can use two different devices to back up to. I doubt this will help you.
    You might be better using a real backup software.. superduper, CCC, chronosync etc.
    The TC by default is available to any Mac in the network to do backups. TM will sort itself out and put each computer on a different backup. These are kept in separate sparsebundles.. so that is all fine.

  • HT204266 When in setting's on display list is option for radio how do you get it to work or is this not possible. When i press centre button it puts a tick beside it

    When in settings on display list is option for radio how do you get it to work or is it possible. When centre button is pressed a tick appears beside it.

    The Palm Desktop is available to download from the Palm site:
    http://www.palm.com/us/support/macintosh/mac_desktop.html
    though this doesn't list the Clie devices and you may need to check which version you should be using. The Desktop will run on 10.4.
    The 'Apple' key is the Command key.
    You may need USB Overdrive - a useful program - unless the mouse comes with a Mac driver (some Miscrosoft mice do). Apple's Might Mouse will work fine.
    USB overdrive usefully allows you to assign the same mouse click to do different things in different programs.

  • Getting some issues using adobe air 2.6 for android

    Hii, i am new to adobe air for android using flash cs5 development.  According to standard procedure  i have installed these softwares on my pc.
    1.Adobe flash cs5, 2.AIR sdk , 3.Adobe air for android and 4.android sdk also.
    is there any software or plugin is required  for making android application?
    so now to start develop an application i have opened flash cs5, in that we select a "new"  option, then we will select "AIR for Android" option, but instead of that option i'm getting option "Adobe AIR 2".
    Is there anybody to tell me how can i recover this problem? Or plz provide me any link that will help me to tell what is the actual procedure to develop  android application using CS5.?
    Any help will be useful.
    Thank you,
    Pravin Gate.

    Hi Pravin,
    Adobe had released extentions for flash CS5. Once the extention is installed, this is where you get the additional options in flash ide. The last extention for air on android was for air 2.5 and looks to have been recently removed from their site with the public launch of 2.6
    So using 2.6 there is no flash IDE support yet, but will be soon. The last extention i think was flashpro_extensionforair_p2_112210.zxp
    Personally, at this time i still have the 2.5 extention installed and launch directly from flash, this is what i am missing out on:
    2.6 new features
    At this time im not going to release anything compiled with the 2.5 extention, but my phone has 2.6 runtime so i belive the performance would be the same.
    You deffinitly should go right to 2.6 but if you wanted to play with the now outdated extention for 2.5 i can email it to you.

  • External library inside Air native extension for android

    Hello everyone,
    First, I've been looking throught this topics
    - http://stackoverflow.com/questions/7732742/air-3-native-extensions-for-android-can-i-how-t o-include-3rd-party-libraries
    - http://stackoverflow.com/questions/24626380/how-to-include-additional-jar-in-android-nativ e-extension-for-adobe-air-mobile
    I got a similar problem. But not exactly the same. And the solution didn't worked for me :(.
    First of all, I don't have any visible error.
    -I can easily talk between java and action script.
    -The gateway is set without problems.
    My problem comes when, from my java-side-part of the extension, I try to call a 3rd party library. This library is (and I think this is where I do something  wrong) linked to my project as an external lib, in .jar format.
    So when I make a call to 3rd party library, it just doesn't print anything. Neither on the adobe part or on the java part. The logs that are before my call are printed but not the ones after.
    I tried different solutions that are:
    -Taking all compiled class files of my external lib and add it inside the main native extension jar [link1]
    same result (no errors)
    -including the 3rd party jar inside the ANE by adding a dependence file that require the .jar [link2]
    with this method i got this error that I don't get
    > aapt tool failed:ERROR: input directory '--auto-add-overlay' does not exist
    My third party library also include's itself some external .jars so do I need to include every jars inside the same packaged jar?
    I can see that a lot of people are dealing with issues like that so my question would be:
    What is the best way to include 3rd party library inside android AIR Native Extension ?.
    For information, here is what I do to create the ANE
    >adt -package -target ane AirInfinitGameANE\AirInfinitGame.ane AirInfinitGameASLib\src\extension.xml -swc AirInfinitGameANE\AirInfinitGameASLib.swc -platform Android-ARM -C AirInfinitGameLib .
    - AirInfinitGameASLib: just the folder with the actionScript part and the config xml file
    - AirInfinitGameANE: folder in the one that will be the native extension
    - AirInfinitGameLib: the eclipse java project. I need to put in that folder the airInfinitgamelib.jar(extension jar) and the library.swf (from the swc file) in order to beeing able to compile the ANE.
    Here it is ! Thanks a lot for thoses who'll read me.

    I had the same problem recently and fixed it as follows;
    - Extract the 3rd party jar file and copy the class folder (usually named "com" in the root of the jar) to my project.
    - Under Project Properties -> Java Build Path -> Libraries click "Add class folder" and add the "com" folder you just extracted from your .jar.
    Hope this helps

  • Im missing title (address) bar and the tab "+" button on Firefox Mobile for Android, how do i get them back?

    I think I accidentally went into fullscreen and cant figure out how to get out of it on Firefox for Android Tablet (Samsung Galaxy Tab 2 7.0)

    Hello Sher.
    If you're talking about the menu bar, press ALT or F10 in your keyboard to make the Menu Bar temporarily visible. If you want it to be permanently visible, go into ''View > Toolbars > Menu Bar'', or right-click the Navigation Toolbar (the Reload button, for example) and select ''Menu Bar''.
    If this doesn't help, right-click the navigation toolbar, select ''Customize...'' and click ''Restore Default Set''. If it doesn't appear right away, try pressing ALT or F10. You can go into ''View > Toolbars > Menu Bar'' to make it permanently visible, or right-click the Navigation Toolbar and select ''Menu Bar''.
    If none of this helps, you may be having a problem with some Firefox add-on that is hindering your Firefox's normal behavior. Try disabling all add-ons (just to check), to see if Firefox goes back to normal.

  • Firefox for Android crashing while loading website

    Hello all.
    I've purchased an Android 4.0 smartphone recently - LG L5.
    I then installed the Firefox version for Android and tried to access a webpage I've been building. Though when it's still loading, Firefox crashes.
    After browsing some related articles, I installed Firefox Nightly and the issue persists.
    What is exactly causing it to crash? Other webpages work just fine. Thanks in advance.

    We're sorry to hear that Firefox is crashing. In order to assist you better, please follow the steps below to provide us crash ID's to help us learn more about your crash.
    #Enter about:crashes in the address bar (that's where you enter your website URL) and press Enter. You should now see a list of submitted crash reports.
    #Copy the 5 most recent crash ID's that you see in the crash report window and paste them into your response here.
    Thank you for your cooperation!

  • Integrate Adobe Air in app for Android

    Hello!Please, answer to one my question.
    Can I integrate Adobe Air in my app for Android? I want the user to not download Adobe Air from Google Play.
    Thanks.

    I've never used anything other than Flash Builder for mobile... So, yes, cf my original answer!
    When you select Export Release Build, it is on the first page of options. (I think ... This is from memory.) In any case, it is very visible. Just look at all the Android options when you package for release.
    G

  • How to load files from old external hard drive to new PC

    Copied files from old PC (Windows XP) to external hard drive. Purchased new PC (Windows 7). Paid technicians to transfer files from old PC to new PC. Some files were lost in the process.
    Please walk me through (step by step) on how to load spicific files from an external hard drive onto my new PC.
    Thanx, rp1

    Click anywhere on the open desktop so that the Finder menus are displayed at the top of the screen.
    Click Go > Network
    Double click the Time Capsule icon, then double click the icon representing the drive to mount it on the Mac's desktop. It is named "Data" unless you have changed it
    You can drag/drop files to the "Data" icon on the desktop
    235 GB is going to take forever if you try to do this using wireless. If at all possible, connect an Ethernet cable from your Mac to one of the LAN <-> ports on the Time Capsule.
    Even using Ethernet, you are probably looking at 10-12 hours for the file transfer.  All bets are off with wireless only, but a guess would be several days....or even more.

  • PS Bridge: how to load files to PS in a specific layer sequence?

    Hello. Have massive graphic files and trying to call up various arrangements of them quickly.
    I just discovered History Snapshot, which is awesome, but wondering if it is possible in Bridge
    to control the layer sequence order when loading files to Photoshop.
    Menu Path= Tools_Photoshop_Load Files into Photoshop Layers
    Thanks in advance for your suggestions.

    There are several ace script writers here, but go ask on the Scripting forum
    Photoshop Scripting
    Be sure to give exact details of your requirements, along with the operating system, and Photoshop version you are using.

Maybe you are looking for