Getting Flash CS5 to publish an AIR 1.5 file

*** For the record, I just want to say that I think it is totally absurd that Adobe shipped Flash CS5 with the ability to ONLY publish AIR 2.0 apps...which hasn't been publicly released yet. I've been working on an AIR app for several weeks and needed to upgrade from Flash CS3 to CS5 to take advantage of the new Text Layout Framework. Now, my app can't be installed by my customers because I can't publish for a version of AIR they can access!! How this decision got made baffles me. Adobe needs to be on top of their game these days and this blunder makes it that much more difficult to defend the Flash/AIR platform that I love so much. Flame over.****
Now, for the workaround I've discovered. To get Flash CS5 to publish an AIR 1.5 file, I first published an AIR 2.0 app. Then I went into the app descriptor xml file and changed the version from 2.0 to 1.5 <application xmlns="http://ns.adobe.com/air/application/1.5"> Then I deleted the xml nodes in that same file that are specific to AIR 2.0 (<visible>, <fullScreen>, <autoOrients>, <aspectRatio>, <renderMode>). I locked the app descriptor file so it couldn't be changed by the next publish. Then I deleted the previously created .air file and the .swf file. I then republished the app from CS5 and it was able to install under the publically available version of AIR (1.5.3.9130).

@mattwade, thanks for posting this. Is it possible to open up your flash project inside of Flash Builder to convert to 1.5?

Similar Messages

  • Flash CS5.5[Publish Settings]: How to include custom Metadata tags in swf?

    In Flash CS5, the 'Publish Settings' for the fla had an 'Export SWC' checkbox that took care of that.
    The option is missing. Why was it removed and how can  that be done in 5.5?

    Thanks sinious, but, it doesn't work.
    Let me elaborate on what I want to do:
    I'm trying to create a swf in Flash CS5.5, that's using a flex library (swc) that relies on Metadata tags (anotations).
    I need to use the metadata tags in my as3 code (in the fla), and They need to be compiled into the swf (by Flash CS5.5 compiler...).
    Although, when I load that swf, the metadata tags aren't compiled into it (I'm using describeType to check if tags are available in the swf).
    In flex, I would use the '-kepp-as3-metadata+=' compiler setting to do that, in Flash CS4 & CS5 I used the 'Export SWC' in the publish settings, but that's removed (WHY???).
    Checking XMP Metadata didn't change that, the tags are still not included in the compiled swf.
    Anyone?

  • Flash CS5 SCORM publishing at 100% error

    I upgraded from CS3 to CS5 and have just tried to publish a CS5 fla using the SCORM 1.2 and the SCORM 2002 templates at 100%. They are postage stamp size in any IE browser. If I publish the same fla using a "flash only" or even "AICC" template, the size is correct and enlarge and shrink with the browser window size. Also, if use a SCORM template but I change the option from 100% size to the actual pixel size of the fla the IE browser shows the content correctly but is NOT scalable as required.
    Note that this problem did NOT exist in Flash CS3.
    I require SCORM so that I can use bookmarking in an LMS.
    I noticed an earlier answer that resolved the problem with "overflow:hidden" in the html file ... but the SCORM templates do not have this text and so the same fix will not work.
    Any help with this would be greatly appreciated.

    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

  • Flash CS5.5 64 bit Air 4 Android App fails 2 install?

    I'm creating a product catalog app, after finally getting the app to complile with no errors, the app ultimately will not install when downloaded to an android device.
    Although it runs perfectly in the Air program when I test publish.
    What "publish settings" would prompt this? : Warning: No libraries were linked as Runtime Shared Libraries (RSLs) because of your publish settings: AIR for Android
    Is there any way to get debug info from the android phone?
    A few notes about my app:
    1. I am using variables for all the text, loaded from the first frame so the app can have a language select option.
    2. The swf that publishes from this acts odd, it seems to ignore all my stop(); commands and just loops through the root timeline. Is this normal?
    3. I have a dynamic button in the library, with AS linkage; export for AS, Xport in Frame 1.
    Air 4 Android settings:
    Portrait
    Fullscreen
    Render: Auto
    Device Release
    Internet Permissions
    The app can be found here: http://divapps.parker.com/apps/android/SensoControl.Android_22.apk in case anyone wants to examine it.
    Thanks!

    Hi - this reply is a bit old as I've just come across this post whilst searching for something else related to orientation on IOS.  Anyway, assuming, you haven't already worked out the problem you need to add
    Import Flash.desktop.StageOrientation;

  • Flash CS5.5 publishing incomplete SWF

    Hello,
    I have an FLA that has 20 scenes in it. When I publish it, the resulting SWF plays fine up to scene 16. At that point, I get the streaming audio, but the animation just stops. The scenes after 16 are empty.
    This is a simple, voice narrated movie that is linear. The buttons at the bottom are AS2 pause/play/nextscene/prevscene. It works fine till I get to scene 16 and that's where it seems like it's just incomplete.
    I noticed when it's publishing that the progress bar seems to get a bit over halfway and then the publishing dialog just disappears as if it's finished. It doesn't move the progress bar all the way to 100%.
    If I do a test scene each one of those scenes publishes fine and plays fine inside Flash CS5.5. This only happens when I publish the whole thing. If I copy the timeline of scene 16 and paste it into a new movie, that single scene also publishes and plays fine. Again, it's only when it is publishing all 20 scenes.
    Anyone run into this?
    I have a Mac Pro with 10 gigs RAM and OS X Lion.
    Thanks!
    Scot

    OK, I found on another thread that Flash has a 16,000 frame limit in any SWF. That was my problem.

  • Flash CS5 will not export AIR 2.0

    I spent a weekend developing an AIR app for a customer using the new Adobe Flash CS5. When I was finally ready to publish, I got this message.
    "Error exporting the SWF file. Please see the error(s) in the compiler errors panel."
    I am not really sure what to make of this error. I have no error in the compiler errors panel and it does the same even if i try publishing a blank air file. Anyone got an idea of why this is happening?
    I am very dissapointed in Adobe. Steve Jobbs was right not to include this garbage on the new ipads and iphones.

    CS5 seems to be coughing up lots of errors and crashes nowadays.
    If you want Adobe to release some patches fro CS5, though, I'm appealing here and gathering up signatures for a petition. Complain here: http://forums.adobe.com/thread/649242.

  • Flash CS5 not Publishing Files

    I made a simple flash animation and can preview it. I save it as a .fla file and publish it as the defult settings and can no longer preivew it nor does the .swf or .html files show up in the folder i saved the .fla file to. Also, when i search for the .swf file in my start menu it finds it, identfies that it is in the folder it should be in, but will not open.
    I'm running Window 7.

    Please............I need this resolved???
    I have now completely reinstalled the CS5 Mastersuite and Flash CS5 is still showing the above error.

  • Flash CS5 Crashing when opening a specific .fla file

    I just upgraded from Flash Professional CS4 to CS5.  Everything seemed to be working fine. After upgrading, I started working on a project I had been creating in CS4 on the new CS5.  The file opened originally and I worked on it in the new CS5.  My swf works and the video plays.  All of the external swf files I load in to the Index swf work great.  They were created in the new CS5.  I can open the external swf, .fla files without any problem.  But when I open the one Index file that was created in CS4, Flash CS5 crashes saying there was an unexpected error. I have uninstalled and installed flash several times.  I have tried deleting the com.adobe.flash.plist file and restarting.  Nothing has worked.  I am really afraid I'm going to lose this file and all the work put in to it.  Can anyone help me with some ideas to troubleshoot this?  Any help would be greatly appreciated.  Thanks.

    You're still using 12.0.0, and the current version is 12.0.2.
    That looks like a font related crash fixed a while back.

  • Flash CC 2014 publishing Adobe AIR 17 - use captive or shared runtime?

    I developed an app using Flash CC 2014, In IOS I had to upgrade to the builder and I got the function to work, but now I have the same app and need to develop for Android. I created a separate fla and did the following
    Used Android 17.0.0.96
    added the general info
    created the p12 now I have the option to choose captive or shared runtime. I get warnings about each when I publish so I have to publish this app to GooglePlay and need to know the procedure as I'm on a Mac and I see procedures involving code when doing this on a windows machine.
    Can someone help me out here?
    R

    I would recommend to use "Captive".
    Difference is pretty simple...
    Shared Basically means that it compiles the "apk" without the Adobe AIR runtime, resulting in a smaller file size apk but REQUIRES users to have the "Adobe AIR App" installed.
    Captive means that it compiles the "apk" with the Adobe AIR runtime, resulting in a larger file size apk but DOES NOT REQUIRE users to have the "Adobe AIR App" installed.
    If you want to Guarantee everyone can run your app, use captive. If you want to rely on users to hope the have the correct version of AIR installed to view your app, use Shared.

  • How can I get Flash cs5 to open a separate window

    Hi all,
    I have a project that has buttons, which I would like to open external SWF within a separate window. I would open them up within the project file, but the dimensions are to big (1024x768) and I don't know how to scale the SWF for the area of (400x300 something).
    Need your help. Many thanks,
    HDsuperglide

    Would you mind reposting this question over on the Flash Professional forums?  This forum is primarily for end users, the Pro forums will get you in touch with a wider developer audience.
    Thanks,
    Chris

  • Flash CS5.5 constantly crashing and no autorecovery file created!

    We are on CS5.5 in our studio (and no upgrade will be done in any near future, so we are stuck with this version)
    So Flash crashes are frequent and we all knonw it.
    Most of the times Flash also destroys the file it was trying to save during a crash, so that the file cannot be opened after. I would expect at least Auto-Recovery function to compensate for this nightmare, but for some reason it does not create any auto-recovery file! My Auto-recovery is ON and set for 20 minutes, and my Auto-Save is always off in all files.
    This is totally ridiculous. What the hell are we paying for?!?!
    Update: I just realized, that setting auto-recovery to 10 minutes solved it (at least for now) - now Flash does create the Auto-Recovery file. But It's quite frustrating to work with it freezing every 10 minutes to save. 20 minutes or even 30 is more acceptable, but it doesn't work

    Flash only creates an auto-recovery file when you haven't manually saved.  Every time you manually save, it resets the timer.  So it may be possible that when your auto-recovery was set to longer intervals you weren't seeing an auto-recovery file because you were manually saving before Flash had time to create one.
    As for the occasional corruption bug...that's a whole different issue that I have daily nightmares about.

  • Can't get flash to work as 'installer' opens a script file.

    I've downloaded the latest version of flash from the website but when i open the file there is a load of script and the installer doesn't start. Can anyone help me with this?

    Also youtube works, not sure if that uses flash or not but everything else i need deosn't work. Example from Facebook:

  • Publish timestamp error - Air 2 Flash CS5

    Hello, I use Adobe Flash CS5 Pro to create AIR presentations and when I try to build an AIR application, Flash fails to create the timestamp for the self-signed certificate and shows an error "There was an error connecting to the timestamp server. You might not have a connection to the network, or the server itself may have a problem".
    I've tried publishing at home and the server seems to work, so I guess it's something related with the company firewall. Can anyone provide any information about what might be blocking a connection to the timestamp server? Is there some other setting that I can change (other than the JRE proxy settings)?
    Thanks a lot,
    Michele

    Hi Michele,
    Our timestamp server url is https://timestamp.geotrust.com/tsa, however this isn't a normal webserver so it gives me a 404 when I try and navigate to it.  I'm not sure is there is a way or utility to verify it's online other than going through the ADT process.
    Chris

  • [Flash CS5.5 / Air 2.6] Movieclips not showing when .air app is run on Mac

    Hello,
    I created an application in Flash CS5.5 using Adobe Air 2.6. When I test the app on my computer (where it was written) everything works fine. When I publish the application and run the .AIR on my computer everything works fine as well. The issues comes about when I attempt to install and run my AIR application on a Mac operating system. In this case when the application runs some graphics are visible while some aren't. Some movieclips/buttons are visible while others aren't. One example of this is the buttons. None of the buttons in the entire application are visible. When the user clicks the area where the button should be the button click event is fired and the app acts accordingly (i.e. the main menu button which can't be seen still sends the user to the main menu). What could be the problem?
    I had thought of just converting the application to strictly Flash without AIR but I require AIR for the file system api as well as a couple other api components.
    Thank you in advance,
    Noah

    Hi Noah,
    I don't think I've run across this before.  I'd be willing to give it a try on my system if you'd like (you can email me at [email protected]).  Though I suspect this is a project specific issue, it also can't hurt to open this as a new bug over at bugbase.adobe.com.
    Chris

  • Flash CS5.5 OS X Constant Crashing

    I decided to try the CS5.5 trial because CS5 kept crashing when I would try to edit particular library items. Unfortunately CS5.5 doesn't work much better. It's a rather large document and crashes randomly while performing the following actions:
    1. I try to open the file
    2. An error pops up in the debugger and I try to stop the debug session
    3. I try to edit particular library items or drag them to the stage.
    Once it crashes it refuses to open the file, always crashing on opening the file. So I go through a bunch of things that sometimes resolves the problem:
    1. Restart the computer
    2. Delete all Flash related files in <user>/Library/Preferences, <user>/Library/Application Support and /Library/Application Support
    3. Unzip the FLA and try to open both the FLA and the XFL
    4. If I'm able to open the file, copy the entire symbol library into a new document, save & use that one from then on.
    5. If I'm able to open the file, save it in compressed & uncompressed 5.5 & 5 formats and try to use those.
    6. Clear the publish cache.
    7. Delete any SWC and SWF files.
    Depending on the time of day or weather, this might work. Most of the time it just keeps crashing though. I try to get as many changes in while the file is open before Flash crashes and I have to go through the whole ritual again.
    I've also edited the default jvm.ini to contain "-Xmx512m" so I don't have to keep updating that.
    Flash CS5 would at least reliably open the file. But I could not get it to stop choking on certain library items. There was a couple large & small symbols it would crash on by just clicking on them in the library panel.
    So... where do I even begin finding out what the problem is? I'm about to try to run the Windows version through Parallels.
    EDIT: File opens fine in Flash CS5.5 in Windows through parallels.

    Hi Jesse,
    I'm going to investigate this issue here . Can you please provide few information regading the crashes
    How often does this occur (eg. for every file you save to this folder, only for this specific file, or for any file that you  save .
    Can you specify location where  .fla file is being saved
    a. To a local drive? (eg. hard drive, SSD drive, USB key, SD card, opened as email attachment, opened from a zip archive, etc)
    b. File Saved  over a network?
    File history.  eg. originally created in CS4, saved in CS5 and re-saved in CS5.5
    If Possible can you send me the . Fla file or a zip zrchive of the XFL folder  Before and after corruption .
    Email your fla to us at [email protected] and change the file extension from .zip to .zzz .
    Thanks
    Sukhbir
    Flash Authoring

Maybe you are looking for

  • Solved: Delete Using Automatic Row Processing

    See Scott's reply below for the answer. Hi there, I have an application built in APEX 3.0.1 that I would like to be able to use a button to delete a single row from an underlying database table (owned by the parsing schema). My APEX page has a 3 HTML

  • ITunes 8 deleted my music files

    We upgraded to iTunes 8 and I've had major problems. First, my iTunes music file no longer matches what is in my library. Now, all my songs have that exclamation point that means it can't find the original file. Instead, the file consists of new song

  • How Can I disable page scrolling when creating an interactive PDF using InDesign?

    I'm attempting to create an interactive PDF portfolio with links from the homepage to gallery pages and projects etc, but it seems useless if I can't stop the PDF pages from scrolling? Can anyone help? I have InDesign CS5.5 and Adobe Acrobat Pro. Tha

  • JNDI lookup from Tomcat to EJB Container

    Hello! i am currently trying to use a combination of Catalina and an external EJB Server (running on another machine). i am really struggeling with doing the jndi lookup. i have no idea where and how to set the properties in the web server and do the

  • Hp 6500 (all-in-one) "General Printing Error (Ox610000f6)" displayed after first use!

    I unpacked my new hp 6500 All-in-One (wireless) today. I was receiving my first fax on the hp 6500 when it stopped printing midway and started to display "ERROR. General Printer Error (Ox610000f6). Refer to printer documentation." I have turned it of