CS4 publish AIR 1.0

Does anyone know if it's possible to set up cs4 to publish out AIR 1.0 files?
Thanks

I was able to find a workaround of the security sandbox using Loader.loadBytes();
Aleksandar Andreev's Loader class really helped:
http://blog.aleksandarandreev.com/?p=42

Similar Messages

  • Error publishing Air in Flash CS3

    Hi All
    On the Adobe Air Flash CS3 wiki page
    http://labs.adobe.com/wiki/index.php/AIR:Flash_CS3_Professional_Update:Getting_Started_wit h_AIR_for_Flash_CS3_Professional)
    I found a simlpe tutorial "Creating an Adobe AIR application
    in Flash"
    I thought well this can't be hard can it?
    However when I use the Publish Air File button in the 'AIR -
    Applications and Installer Settings' window I will get the
    following error:
    "namespace is invalid in the application descriptor file"
    Now I have tried to look into the XML file but I cannot see
    any problems.
    I also tried to use the descriptor-template.xml which came
    with the Air - SDK
    However also that will not work.
    Has anyone got an idea why I get this error?

    Hi FragFood!
    I received the same error "Namespace is invalid in the
    application descriptor file" repeatedly on many computers
    (XP/Vista) and here is how i repeatedly worked around it.
    I made a step-by-step sheet explaining exactly how to install
    Flash CS3 (9.0) with the Latest Flash Player (v9.0.124), and with
    Adobe AIR (1.0) as of today (3/May/2008).
    If you have already installed Flash CS3
    Uninstall Flash CS3
    Goto all the "Program Data" folders, RENAME/DELETE the "en"
    folder
    Goto "Program Files" folder, RENAME/DELETE the "en" folder
    Now to get the latest version of Flash CS3 installed!
    Please follow these steps exactly; each one is extremely
    important.
    Installing Adobe Flash CS3
    #1. Install Flash CS3
    #2. Open Flash, Close it
    Installing Adobe AIR Runtime
    #3. Download & Install "AdobeAIRInstaller.exe"
    --->
    Adobe AIR Download Center
    Installing Adobe Flash Player Update for Flash CS3 Professional
    (9.0.2) -- 12/12/2007
    #4. Download & Install "flash9-en_US_9_0_2_Update.exe"
    --->
    English/Windows,
    English/Macintosh,
    Other
    Languages
    Installing Adobe AIR Update for Flash CS3 Professional --
    2/25/2008
    #5. Download & Install "flash9-en_US_9_0_3_Update.exe"
    --->
    English/Windows,
    English/Macintosh,
    Other
    Languages
    Installing Adobe AIR update beta 3 for Flash CS3 Professional
    – Updated 12/14/07
    #6. Download & Install
    "flashcs3_air_extension_p3_en_121407.exe"
    --->
    Multi-lingual/Windows,
    Multi-lingual/Macintosh,
    Other
    Languages
    #7. Open Flash, Close it
    Installing Adobe AIR Update for Flash CS3 Professional --
    2/25/2008
    #8. Install "flash9-en_US_9_0_3_Update.exe" again
    ---> see #5
    #9. Open Flash, Close it
    Installing Adobe Flash Player Update for Flash CS3 Professional
    -- 04/17/2008
    #10. Browse to "C:\Program Files\Adobe\Adobe Flash CS3",
    DELETE the "Players" folder
    #11. Download "flash_player_update6_flash9.zip"
    --->
    Multi-lingual/Windows/Macintosh
    #12. Copy the "Players" folder from
    "flash_player_update6_flash9.zip"
    #13. Paste into "C:\Program Files\Adobe\Adobe Flash CS3"
    To test your Flash Player installation... (Optional)
    Open Flash
    Create New > Flash File (AS 3)
    File > Publish Settings
    Checkmark "Windows Projector .exe", OK
    File > Save, Save it someplace with any name
    File > Publish
    Now browse to the folder you saved the FLA File
    Look at your EXE File
    You should see a "Red colored square" icon instead of the
    usual "Blue colored circle" one
    To test your AIR installation... (Optional)
    Open Flash
    Create New > Flash File (AIR)
    Click OK on the message that appears
    File > Save, Save it someplace with any name
    Commands > "AIR - Create AIR file"
    Then on the dialog that appears asking you for a Digital
    Certificate:
    Press Create...
    Type some info, and a password, and save it into the same
    folder you saved the FLA File
    Now type the same password again, Press OK
    If you see an error "Unable to contact timestamping server",
    press "Continue without timestamping"
    You should see a message "AIR File has been created" !!!
    Enjoy Flash CS3 with the Latest Flash Player (v9.0.124), and
    with Adobe AIR (1.0) !!
    Faithfully,
    Robin.

  • Publishing AIR for iOS in Flash CS5.5 gives Java VM error

    Hi,
    I have been getting the following error when trying to publish AIR for iOS from Flash CS5.5. I'm using AIR 2.7 overlayed, Windows 7 x64.
    Any help would be greatly appreciated.
    Thanks!

    I tried overlaying the latest AIR as sinious suggested, but that only changed my error message by adding the line about ADT as in the original post.
    I was finally able to get the app to compile by calling adt from the command line.  Here is an example .bat file that worked for me:
    @echo=off
    @set java_cmd="C:\Program Files\Java\jre6\bin\java.exe"
    @set java_param=-Xmx128m -jar
    @set adt_cmd="C:\Program Files (x86)\Adobe\Adobe Flash CS5.5\AIR2.6\lib\adt.jar"
    @set target=ipa-test
    @set cert=iOS_dev.p12
    @set cert_pass=password
    @set provisioning=my_iOS_device.mobileprovision
    @set build_file=helloworld.ipa
    @set desc_files=helloworld-app.xml
    @set files=helloworld.swf AppIconsFolder
    %java_cmd% %java_param% %adt_cmd% -package -target %target% -storetype pkcs12 -keystore %cert% -storepass %cert_pass%  -provisioning-profile %provisioning% %build_file% %desc_files% %files%
    pause

  • When can we publish Air 3.0 from within Flash IDE?

    Hi,
    I am very eager to get started on developing with Air 3.0.
    I'm using Flash CS5.5, but natively Air 3.0 is not available from within the IDE. I know I can publish using the command line, but this is really a bit to complicated for me.
    Can anyone tell me if and when we can expect an update for Flash CS5.5 so we can publish Air 3.0 files from within the IDE directly?
    Thanx!

    There are two ways of being able to publish to AIR 3,0 from within Flash CS5.5. You can either rename the AIR2.6 folder and put in the AIR3.9 folder, renamed to AIR2.6. That, of course, won't let you do code completion on new features, or see any interface changes. Or you can follow the long winded overlay process, and then would be able to do code completion.
    Are you saying that the long winded overlay way still doesn't give an option to publish with captive runtime? When you said that copying the SDK wouldn't give new UI options, that made me think you were saying that the more elaborate overlay would would.
    So, users are then stuck with FB4.6 public beta, command line, or waiting for "Flash Next" before being able to publish captive runtime Android apps.

  • Publishing air apps with native extension with Flash CS6 on Windows

    Hi all,
    is there any trick to publish air apps with Flash CS6 on Windows?
    I tried all native extensions from devnet, but nothing work to me.
    I read on Mac is possibility to specify the iOS SDK folder in publish
    settings, but on Windows it´s missing. 
    Is there anybody who has some experiences with publishing apps
    with native extensions for iOS and Android with windows Flash CS6?
    Thanks for all advices.

    I sympathize. I recently found a native alert for iOS and Android that's working with Flash CS6 on Windows with AIR 3.2.0.2070 but not AIR 3.2.0.2060. You can get the ANE here:
    http://www.jampot.ie/ane/
    Haven't tried the other ones. Let us know if you decide to try them.
    The sample code they have on the page doesn't work with the native alert. Here's the code I created - it's a document class for a .fla that has one dynamic TextField and one Button component on the stage :
    http://pastebin.com/DsxR9nJ4

  • Publish Air (SDK 3.8) iOS crashs

    Hi!
    I have problem with publishing air (SDK 3.8) iOs Flash CS6 application for iPhone 5.
    I have created app with classic texts, png images with actual size (is PPI required to be 72, or can it be anything), add png -icons and launch picture named "[email protected]". Tests with Flash goes right and navigation seems to be working. Flash publish ipa but application only gives white screen and crashs.
    What can be wrong?

    Hi!
    I'm still wonderin. App is realy simple "from frame to frame". It doesn't require any access. You were right that it runs perfect with Android, but not with iOS.
    I have also edited AS3 settings: text layouts default linkage is changed from RSL to "Merged into code".
    Frame 1 code is like this:
    stop();
    bt1.addEventListener(MouseEvent.CLICK, buttonClick10);
    function buttonClick10(event:MouseEvent):void{
    gotoAndStop(2);
    bt2.addEventListener(MouseEvent.CLICK, buttonClick11);
    function buttonClick11(event:MouseEvent):void{
    gotoAndStop(3);
    bt3.addEventListener(MouseEvent.CLICK, buttonClick12);
    function buttonClick12(event:MouseEvent):void{
    gotoAndStop(4);
    bt4.addEventListener(MouseEvent.CLICK, buttonClick13);
    function buttonClick13(event:MouseEvent):void{
    gotoAndStop(5);
    //scroll texts
    var where:Number =  250;
    var stageHeight:Number = 900;
    function dragOn(e:MouseEvent):void{
              var howLong:Number = e.currentTarget.height;
              //Rectangle(x,y,width, height);
              var longRec:Rectangle = new Rectangle(65, stageHeight-howLong, 0, howLong-stageHeight+where);
              e.currentTarget.startDrag(false, longRec);
    function dragOff(e:MouseEvent):void{
              e.currentTarget.stopDrag();

  • How do you publish AIR captive runtime for Windows from OSX in Flash Pro CS6?

    Is this possible?  If I move the app from a Mac to Windows it isn't looking like an app anymore.  It's looking like a set of folders instead.  Do I need to change publish options?  changeing the extension to .exe didn't fix it. Help appreciated!
    Thanks,
    Dave

    Hi Dave ,
    The published AIR captive runtime in Flash from Windows and Mac will have the following structure -
    Windows -
    MyApp/
        META-INF/
        Adobe AIR/         // The captive runtime minus irrelevant files
        mimetype
        MyApp.swf          // Assets
        MyApp.exe          // An entrypoint that loads the captive runtime
    Mac -
    MyApp.app/
        Contents/
            Frameworks/
                Adobe AIR.framework/ // The captive runtime
            Info.plist
            MacOS/
                MyApp                // An entrypoint that loads the captive runtime
            PkgInfo
            Resources/
                META-INF/
                mimetype
                MyApp.swf            // Assets
    The entry point that loads the Captive runtime is different in the above cases.
    Hence we need to explicitly publish from the required platform.
    You can even check this link : http://help.adobe.com/en_US/air/build/WSfffb011ac560372f709e16db131e43659b9-8000.html
    To create a captive runtime bundle for Windows, you must package the application while running under the Windows operating system.
    Thanks and regards,
    Sudeshna Sarkar
    Adobe Flash Professional Team.

  • Flash Professional Help | Publishing AIR for Android applications

    This question was posted in response to the following article: http://helpx.adobe.com/flash/using/publishing-air-android-applications.html

    I think that this is just saying that the display is truncated. When you publish, it still uses the full path.
    Regards,
    Randy Nielsen
    Senior Content and Community Manager
    Adobe Systems Incorporated

  • Mac + Flash CS4 + Publish to AIR = Crash.

    Anyone else having an issue with this? I can't seem to publish my AIR app on my Mac. Publishes like a charm on the PC...
    Just me?
    I'm feeling more and more these days like it's just time to move into Flash Builder 4 (I downloaded and installed it, but I'm still afraid of it ).
    Any help is appreciated.

    Will do... I think God is telling me it's time to move on to Flash Builder 4.

  • Mouse clicks not working on published air app, works fine when debugging/testing

    So I have an issue where when debugging my Air application, it runs fine and mouse clicks work and everything.  When I publish the application and install it, it plays fine but clicking does nothing.
    We have an older version which is working when we publish it and we're trying to add things in one step at a time, but I figured I'd see if anyone else has had this issue.  A bit frustrating.
    Thanks!

    FIXED!!!!
    We're using Dropbox to share files and it turns out that two people having project open at same time is a bad idea when doing final publish!  It creates conflict files and effects the final package or something of that nature.
    Glad we got that one figured out!

  • CS5.5 vs. CS5 PROBLEM with publishing Air for Android

    Hello,
    My Air app publishes fine to my 2.2 and 2.3 Android Phones from Adobe Flash Professional CS5 - and the app runs fine. Debugger is clean.
    When publishing from CS5.5 however, it puts the app on the phone, but the screen turns black and the app quits (on HTC incredible v2.2). on The Evo 4G (v.2.3) the black screen stays up but app is unresponsive.
    Is there any reason an app wouldn't function because of which version of Flash Professional (CS5 vs CS5.5) it is published from?
    I've heard some people complaining that 5.5 isn't including the support files (I have an XML), but I can't see the support files or apk on my phone (utility?).
    Any insight on this would be helpful.
    Thanks.

    Contact serial number support by web chat.
    Mylenium

  • Publish javascript to a separate file during CS4 publish

    While publishing my movies in CS4, I noticed that the javascript required to embed the movie in a web page was published as inline javascript in the published page. This means that code would be downloaded for each page my movie is on. Is it possible to configure Flash CS4 to publish that javascript to a separate .js file, instead of having to manually copy-paste that each time??
    If no, I believe that js is independent of the Flash movie (please correct me, if I am wrong). So, can I copy-paste that javascript to an external file just once, and use the js file for all my movies being published??

    You should be able to copy the js to a separate file and link the file in to each web page.

  • Windows publish AIR with runtime embedded outputting .app

    When attempting to publish an AIR app set to runtime embedded on Windows, the output target has the .app extension. Same outcome on a true Windows machine as well as Windows running in VMWare.. This seems to go against the documentation Adobe AIR * Packaging a captive runtime bundle for desktop computers "The bundle produced is a self-contained folder of application files on Windows and an .app bundle on Mac OS." Flash CC build 14.0.0.110

    The Docs are misleading because they refer to the old WIndows-model (Pre 8) where you would have a exe as runtime bundle, whereas since windows 8 .app/.appx is the format that the windows store expects. If you just want publish targeting exe you have to check "windows Installation program" and make sure that any included/loadied files are included at the bottom. Then AIR will package all the necessary files in one .exe file and create the folder structure during install.

  • Publish AIR (2.6) iOS Crash !!

    Hello,
    I've a problem when I want to publish my AIR iOS app !!! (
    When I publish, in the file descriptor (<project_name>-app.xml) a tag <version> is added at the end of file but in air 2.6 <version> is replace by <versionNumber>.
    I don't understand why !!!
    Please I need to help

    Yes, I do that but when I change the screen orientation for example, the descriptor file is update et the <version> reappears.
    I try on two Mac et one Window, I've the problem in Mac not in Windows :-(
    Have you got the same problem? Are you in Mac or Windows?

  • Major Issues Removing CS4 and Air.

    I was using CCleaner to clean up my registry the other day, and deleted some files. The following morning after starting up my computer, it freezes up and becomes unusable during normal start up.  Running in Safe Mode it works fine, and is the only way I can use the computer currently.
    The last thing I installed on my computer was CS4. When trying to run it, I would get a licensing error. So I tried to uninstall it using Add/Remove Programs.  The uninstaller repeatedly kept failing. Eventually, I was able to uninstall CS4 using AdobeCreativeCloudCleanerTool.  However, my computer still freezes during normal start up.  I noticed Adobe Air is still installed, and tried to uninstall using Add/Remove Programs as well. It fails as well, saying I need to contact my administrator. I downloaded the Air Installer to my desktop and tried running as administrator, but it just tries to update, and fails saying I need to contact administrator. I have tried following the instructions here: How To Uninstall Adobe AIR (Windows) - PCMech, to uninstall using command prompts, but this give me an error message and wont work either. So far I have found no other solutions.
    Now it could very well be that the Adobe programs are not what are causing my issues, but I would like to eliminate them as a possibility if I can. I also do not like the fact that they are so difficult to remove.  I am rapidly reaching my wits end here. I have no idea what else to try.  Please I could really use some help. Thank you in advance.

    wow 23 views and not one response with any suggestions....

Maybe you are looking for

  • Need help with advanced color adjustments

    Hello people, A costumer asked me to design a sofa brochure. All product images have the same yellowish lighting and I will have to adjust them of course. But I'm struggling with it. What is the best way to have 100% correct colors?

  • Font and Link Formatting

    I have made several posts where I have used bold headers. These appear fine in iWed but in Safari, only the first instance is bold. Also, link text is set to the default however in Safari the text is not a different color unless you roll over it. And

  • Need current data and time stamp in Java mapping

    Hi All,   I am doing the scenario as file to mail. so here i am using java mappings for sending the file in mail attachment.   I have done my java mappings and its executed successfully. File is going successfully to third party.   Business wants dat

  • How to hide linked slides in PDF docs in Keynote?

    Well... I want to make a CV (Curriculum Vitae) that should be for the German rules with max two pages. And I would like to make a keynote with two pages and 20 hided linked pages and sent it in PDF. Because... if the person that is reading the docume

  • Manager Self Service MSS EHP5 in Webdynpro ABAP?

    Hi All, I have one question. According with the different documents and the OSS Note 1450179 - ESS Based on Web Dynpro ABAP Available as of EHP5 we know that now is possible to use another portal different than SAP portal in order to use the ESS. Rig