Using Exported Catalyst .swf in Flash CS5 Professional

Hello!
I seem to be having trouble getting my published swf files imported into my main Flash Pro document.  I have tried importing to library, stage, creating a movie clip in flash, entering the module and importing there, etc.
All I keep getting is a little crosshatch where I place my clip from my library.
I am somewhat of a newbie to Flash, but not unfamiliar.
What steps, if any, am I missing?
Thank you

That is due to the fact that Flash Catalyst leverages the Flex framework. To include a Flash Catalyst built swf into your Flash Professional project, you will need to load the swf via ActionScript. I have attached a sample of this code for you to look at.
I will add that is is not a recommended solution.
Chris

Similar Messages

  • Successfully using a Native Extension with Flash CS5.5 Pro, having issues

    Hey all,
    I'm trying to use a native extension due to an app rejection about the new storage guidelines. I'm hoping someone can help me figure out how to use a native extension from Flash CS5.5 and the adt command line utility (I've never used before).
    Apples storage guidelines in 5.0.1 require files saved to Documents (and other places) to be marked with the icloud "do not back up" bit. I'm trying to use Adobe's IOS 5.0.1 data storage native extension to do that as I have file sharing enabled and my app downloads files I want the user to be able to copy to their desktop.
    From the bits and fragments I'm reading all over, getting it to compile means using the command line adt tool (I've never used it before) because Flash Pro CS5.5 doesn't support native extensions. Also, this native extension requires a v14 SWF published (11.1) and CS5.5 only goes up to 10.2 (or higher if you install the players).
    I edited the AiriPhone.xml file and pointed it to an AIR 3.1 airglobal.swc and I have AIR 3.1 overlayed in flash. I can't test AIR for iOS anymore after that change but I can get it to compile a SWF. The adt command line adt utility stopped complaining that my SWF version was 13 when it needed 14, so I assume this worked?
    I am trying to compile a debug version so I can see trace statements to see if the native extension reports success on changing the bit. Here is my command line cobbled together from scraps of info on adobe.com and the -help data:
    adt -package -target ipa-debug -connect 192.168.1.80 -provisioning-profile myApp.mobileprovision -storetype pkcs12 -keystore myApp.p12 myApp.ipa myApp-app.xml myApp.swf dat AppIconsForPublish Default-Landscape.png Default-LandscapeRight.png -extdir extensionDir
    Before this iCloud change this app published directly from Flash Pro CS5.5 without any issues. I am only running into issues getting this app to work with this native extension and/or published correctly.
    I am including the folders "dat" and "AppIconsForPublish" as well as splash screens (this app is landscape-only) as well as that extension in the folder extensionDir.
    After putting in my password my app compiles into an IPA which I can drop into iTunes. It has the same general size as the IPA generated from Flash Pro. The icon is correct, etc.
    When I sync this file, the progress bar goes across, I see it loading on my iPad and then once it goes to install I get a popup saying "iTunes Sync: 'myApp' failed to install."
    Is there anything obvious wrong with my adt line? Has anyone else used this native extension? Ideas on what I can do to fix this?
    No, unfortunately I did not build this with Flash Builder. I am an avid user of it now and this would be a moot point as it uses ANEs and changes SWF versions trivially. I have to get this to compile using Flash Pro CS5.5 though.
    Any help is greatly appreciated!
    edit:
    Just FWIW, after I updated the .xml to use the latest AIR and such (so the version is 14) I removed the extension, exported purely from Flash Pro CS5.5 and the app works fine. As soon as I enable the <extension> in the XML I can no longer install the app. This just appears to be a noob adt publish issue.

    My app downloads PDFs, movies and other information-esque files and saves them to the apps Documents folder so they can be retrieved via file sharing. These files not being in something purgable like /Library/Caches and not having the "do not back up" bit is why I was rejected.
    update: It's definitely my command line building.. I took out the native extension completely and published from flash to an IPA and it works. I then run adt on the same SWF that just worked and it fails to install. So the install failing is my command line. I see this article and my command line is very similar. I'm really uncertain why it's failing.

  • Using Air 2.6 with Flash CS5

    hey there all,
    here is what i am doing so far to use Air 2.6 with Flash CS5. i counts seem to find any help online with this, hope this helps someone...
    Setting Up Flash CS5
    1. replace Program FIles\Adobe\Adobe Flash CS5\Common\Configuration\ActionScript 3.0\AIR2.0\airglobal.swc with the airglobal.swc in the AdobeAIRSDK\frameworks\libs\air folder of the AIR 2.6 SDK zip file (AdobeAIRSDK.zip)
    This lets you compile with the new SDK and use all the new API for camera roll, microphone, etc.
    2. replace Program Files\Adobe\Adobe Flash CS5\AIK2.0 with the AdobeAIRSDK folder in the zip file (AdobeAIRSDK.zip) you downloaded from Adobe.
    now you can do a test movie in Flash CS5 and it will use the new ADL for testing in Flash (finally works with landscape!).
    Publishing
    for publishing, unfortunately you cant use the built-in publish for iOS. i wrote this batch file and use it (also you can write an ant task if you use FDT/Flash Builder). This is for windows 64bit...
    "C:\Program Files (x86)\Java\jre6\bin\java" -jar C:\AdobeAIRSDK\lib\adt.jar -package -target ipa-ad-hoc -storetype pkcs12 -keystore [KEYFILE].p12 -storepass [KEY PASSWORD] -provisioning-profile [MOBILE PROVISION FILE].mobileprovision [IPA NAME].ipa [XML FILE NAME].xml [SWF FILE NAME].swf Icon_29.png Icon_48.png Icon_57.png Icon_72.png Icon_512.png Default-Landscape.png Default-Portrait.png Default-PortraitUpsideDown.png Default-PortraitLandscapeLeft.png Default-PortraitLandscapeRight.png
    i have a 64bit system so i had to specify the 32 bit JRE and use the ADT jar for packaging. now i just double-click the batch file and it compiles for iOS.
    Adjusting the app.xml File
    the yourapp-app.xml file needs some tweaks from the CS5 packager to work in 2.6:
    1. namespace has to change from
    <application xmlns="http://ns.adobe.com/air/application/2.0">
    to
    <application xmlns="http://ns.adobe.com/air/application/2.6">
    2. the version node needs to be renamed versionNumber
    from
    <version>.5.572<</version>
    to
    <versionNumber>0.5.572</versionNumber>
    notice you need to include the leading zero if you arent using a whole number version
    ok, thats what i have so far, hope this helps...

    hey there all, for those on Windows,
    here is a compile script i put together for iOS using AIR 2.6. Copy and past this into a file named "compile ios.wsf". All you have to do is double-click and it will compile and paclage your app.
    the script assumes you have a versionNumber like: 0.4.123 it takes and incrememnts the build number (the last 3 numbers only) by one. i will imrpove this later.
    <?xml version="1.0" ?>
    <job>
    <script language="JScript">
         This file assumes you are using a 3-segment version system.
         It is not very inteligent, it just increments the last set of numbers in the
         versionNumber in the XML file by 1. !!be aware that it is not yet smart enough
         to update the second number!!
         // these properties change depending on your project
         var XML_FILE = "YourApp-app.xml";
         var SWF_FILE = "YourApp.swf";
         var IPA_FILE = "YourApp.ipa";
         var TARGET = "ipa-ad-hoc";
         var KEY_FILE = "dist.p12";
         var KEY_PASSWORD = "PASSWORD";
         var PROVISIONING_PROFILE = "YourApp.mobileprovision";
         var ICONS = "Icon_29.png Icon_48.png Icon_57.png Icon_72.png Icon_512.png";
         var SPLASH_SCREENS = "Default-Landscape.png Default-Portrait.png Default-PortraitUpsideDown.png Default-PortraitLandscapeLeft.png Default-PortraitLandscapeRight.png";
         // the location of your JRE/JDK and Air SDK files
         var JRE_BIN = "C:\\Progra~2\\Java\\jre6\\bin\\java";
         var ADT_JAR = "C:\\AdobeAIRSDK\\lib\\adt.jar";
         // this stuff shouldnt need to change
         var objXML = new ActiveXObject( "Microsoft.XMLDOM" );
         objXML.async = false;
         objXML.load(XML_FILE);
         var root = objXML.documentElement;
         var versionNumberNode = root.selectSingleNode("versionNumber");
         var versionNumberArray = versionNumberNode.text.split(".");
         var buildNumber = parseInt(versionNumberArray[2]) + 1;
         versionNumberNode.text = versionNumberArray[0] + "." + versionNumberArray[1] + "." + buildNumber;
         objXML.save(XML_FILE);
         var cShell = WScript.CreateObject("WScript.Shell");
         var compileCommand = '"' + cShell.CurrentDirectory + '\\compile ios.bat"';
         compileCommand = JRE_BIN + " -jar " + ADT_JAR + " -package -target " + TARGET + " -storetype pkcs12 -keystore " + KEY_FILE + " -storepass " + KEY_PASSWORD + " -provisioning-profile " + PROVISIONING_PROFILE + " " + IPA_FILE + " " + XML_FILE + " " + SWF_FILE + " " + ICONS + " " + SPLASH_SCREENS;
         //WScript.Echo(compileCommand);
         var runVal = cShell.run(compileCommand, 1, true);
    </script>
    </job>
    i will see if there's time to do a shell script of OSX and an ANT script for Eclipse...

  • Not able to export quicktime movie from Flash CS5 or CS6.

    Hi! I am not able to export quicktime movie from Flash CS5 or CS6. When I export it the progress bar is showing and says Recording Flash content and nothing happens

    I havent exported any videos in the past from Flash. The movie is around 45 seconds and the size is 470KB.
    I tried both, the memory and the hard drive.
    In the attached image you can see the settings and in the other image you can see the progress bar that remains without something to happen.
    I dont mind what type of video to export it can be also .avi but again I have troubles there. It is very large and the animation is distorted.
    The animation consist from two scenes. The first one can be exported without any problem but the second one cannot be exported. May be because it has some masks layers and guide layers?

  • Prroblems Exporting .MOV files from Flash CS5

    I am having trouble exporting my animations created in Flash CS5 (or Macromedia flash 5, or CS3) to .MOV files. I'm having these issues on different  platforms  (mac and pc) and different operating systems (XP and win 7) - I only get error messages and out of memory errors, even on the fastest computer I have with 4gig of RAM working on a 2mg Flash file.
    I just want to convert my Flash files to a format that can play on Youtube and standard DVD players. Also I've tried many converters (flash to video) - not all free (Moyea, Roxio, iWisoft, Winfx Video Converter, Amor, E.M. Magic, etc, etc) - nothing works. The main problems are either the sound is not synched, the playback is choppy, and the quality is awful.
    I think my only hope of getting a good video is starting with a good .MOV file exported from Flash. I know the program is supposed to do this.
    Any help greatly appreciated.
    http://help.adobe.com/en_US/flash/cs/using/WSBC0687D4-42A6-445d-B5FF-8032C7D3A8FF.html#WS6 A15AAE2-C176-4161-BAB6-FB082F63B65Ba

    Exporting the video at a slower FPS with all the settings maxed and then speeding it up later may not be the most practical and adding a few extra steps can increase the chances of error...I wasn't willing to maniuplate the frame rate, so I tried with the highest video settings and my file ended up being 10GB in size for a video with 1689 frames, and there were STILL artifacts.
    There's also the option of exporting your sequence as individual frames and recombinging them using Quicktime Pro (I found that on another forum), and Quicktime Pro is a pretty cheap program ($20?). Just remember to hide your motion guides and activate your masks (right click on your masks in the timeline and select Show Masks), or they'll show up in your frames and you'll have to start again. Also, when inputting your individual frames, remember to select the correct frame speed to it matches the one that you're working with. From there, you have a complete video clip that you can input into any editing suite (heck, Windows Movie Maker is adequate if you're just putting it on YouTube).
    Either way, Flash Professional doesn't appear to be capable of generating a .MOV that works outside of the box on its own, at least not without the addition of a 3rd party plugin. Given the proliferation of animation projects on TV that are animated using Flash, I was thinking that Flash SHOULD have a way to render a .MOV file properly (ie: without dropping frames and leaving behind artifacts because it's taking too long to read the frame), but then, it's best to use the right tools for the job. You can use most of the tools in Creative Suite/Cloud to generate the same layered image, but every single application has a specific purpose:
    Photoshop can handle text layouts, vector imagery, and animation, but it's best at manipulation of raster images.
    Illustrator can handle text layouts and some manipulation of raster images, but it's best at creating and editing vector images.
    InDesign can do some manipulation of raster images (or at least it imports them) and creating/drawing of vector images, but it's best at text layouts for multi-page documents and arranging images.
    Flash allows you to layout text, draw image vectors, and manipulate rasters, but its best for animation and interactive content (I draw my characters in Illustrator first then import then in Flash...Flash drawing tools just drive me buggy).
    Your video editing suite (and probably Premiere...haven't used Premiere in a long time, so I can't say for sure) can handle some text inputs, does some animation, but it's best for taking existing video and audio clips (from whatever sources) and editing them non-linearly.
    I'll need someone in the biz to confirm this, but I do suspect that for studio based Flash animation projects that end up on TV (eg: Teen Titans Go!, My Little Pony: Friendship is Magic), they wouldn't be generating the show entirely using Flash (laying down soundtrack and dialogue as well) and then exporting to .MOV. It's more likely that they'd be exporting individual clips without audio (either using the slow frame rate method or by exporting individual frames and importing to Quicktime) and using a non-linear video editor to edit the clips and lay down audio tracks accordingly.

  • Can you export a SWF in photoshop CS5 or CS6?

    I have a client that has provided me SWF files that swear were exported from Photoshop, I know that this could be done in earlier versions. if so then how can this be done in CS5 or CS6. I have access to both.

    To my knowledge, the ability to export as .swf was removed after CS3. Do you know what version of Photoshop your client was using?
    Here are some past threads regarding this topic:
    http://forums.adobe.com/message/2986280?tstart=0
    http://forums.adobe.com/message/4897912#4897912
    http://forums.adobe.com/message/3239504#3239504
    http://forums.adobe.com/message/2512325#2512325
    You might also find some additional information by asking around the Photoshop General Discussion.
    Cheers!
    Kendall

  • Air for Android template missing from Flash CS5 Professional

    I am trying to get started with developing android apps in flash.  Most tutorials begin with my selecting the Air for Android template in Flash CS5 Pro.  This option is not available to me.  When I try to install the extension I get this: http://labs.adobe.com/technologies/flashpro_extensionforair/
    I am running the latest update for CS5.
    Any suggestions?
    Thanks!
    John

    Hey James,
    Thanks for the reply.  I clicked the updates button but all I can find is the trial version of CS5.5.  Is that correct?
    http://www.adobe.com/cfusion/tdrc/index.cfm?product=flash&promoid=EBYEX
    Cheers,
    John

  • Using the Motion Editor in Flash CS5 crashes the program

    Everytime I try to make a change by scrubbing a number in the motion editor, the program crashes with no explanation as to what went wrong.  How do I stop this from happening?  I was viewing an online video tutorial when it happened.  If it helps, here is some information about my computer:
    OS Name
    Microsoft Windows 7 Home Premium
    Version
    6.1.7601 Service Pack 1 Build 7601
    Other OS Description
    Not Available
    OS Manufacturer
    Microsoft Corporation
    System Manufacturer
    Dell Inc.
    System Model
    Inspiron M5010
    System Type
    x64-based PC
    Processor
    AMD Phenom(tm) II N870 Triple-Core Processor, 2300 Mhz, 3 Core(s), 3 Logical Processor(s)
    BIOS Version/Date
    Dell Inc. A08, 10/12/2010
    SMBIOS Version
    2.6
    Installed Physical Memory (RAM)
    6.00 GB
    Total Physical Memory
    5.75 GB
    Available Physical Memory
    3.52 GB
    Total Virtual Memory
    11.5 GB
    Available Virtual Memory
    8.98 GB
    Page File Space
    5.75 GB

    Does Flash also crash when you scrub hot text in other area like the Timeline or Properties Inspector? Please delete your user configuration folder and recreate your preferences files.
    Delete user configuration folder and recreate preferences.
    Delete the Flash CS5 folder from: C:\Users\<username>[AppData]\Local\Adobe\
    See technote on how to recreate preferences: http://kb2.adobe.com/cps/520/cpsid_52048.html
    Thanks,
    Quynh
    Flash Pro QA

  • How can I allow other applications to use vector image data in Flash CS5?

    Specific to Flash Professional CS5. With its export options greatly reduced, there seems to be no way to make Flash graphics accessible by other programs. Is there any workaround?
    Currently, Flash can output two kinds of vector images: SWF and FXG, neither of which seem to be importable by most applications, including Fireworks and Illustrator (which write to FXG but not read from it), and Catalyst doesn't seem to write to anything other than what Builder uses. In other words, I know no way to export Flash files to vector formats (besides using Flash CS4).

    Hello
    http://cps-internal.corp.adobe.com/cps/150/tn_15022.html
    It says :
    Director supports a wide variety of graphic formats. Vector  graphics are supported as native vector shapes (#vectorShape) or as  Flash SWF files. Vector shapes are created in Director using the Vector  tool. Often, developers need to import art created in an illustration  application such as Macromedia FreeHand, Adobe Illustrator or CorelDRAW.  However, EPS, AI, FH9 and CDR file formats are not natively supported  in Director and cannot be imported without the use of an Xtra or  plug-in.
    It is possible to save artwork created in Macromedia FreeHand as a  SWF file, which can then be imported into Director. For Adobe  Illustrator and CorelDRAW users this can also be accomplished using the  Macromedia FlashWriter plug-in for Adobe Illustrator or the CorelDRAW  Exporter. These plug-ins are available for free download at the Flash Download Center for registered users of Illustrator and CorelDRAW.
    EPS files may also be imported into Director using a third-party  Xtra. The PS2VS Xtra from Moshofsky/Plant Creative Services for Director  7 and 8 works on both Macintosh and Windows operating systems. The Xtra  can be downloaded from the Moshofsky/Plant PS2VS Web page.  The current version converts Adobe Illustrator (EPS and AI files) and  Macromedia FreeHand EPS files to Director 8 #vectorShapes.
    Note:The PS2VS Xtra is a third-party product and is NOT supported by Macromedia or Macromedia Technical Support.
    Will this work ?

  • Exporting InDesign files to Flash, CS5.5

    I exported an InDesign file as a Flash file but in flash it shows up as low res when I preview it or when others preview it. What am I doing wrong? I have never used Flash before. I am working with CS5.5
    I exported the file as a SWF file and when a colleague viewed it, she said it was quite pixelated.
    What should I do? Is there a better method for someone very very new to Flash?

    you can set the export resolution and package quality in Export SWF window´s Advanced Tab.
    Higher resolution will not help if the original quality of your placed images is low.
    And don´t set the resolution too high, if you have lot´s of images you may end up having a bloated SWF.

  • Problem exporting to .swf from ID CS5

    Hello all. I have an 18-page InDesign document with animation, buttons, etc and just tried exporting it as a swf. I get a separate swf file for every page, but my client has requested a single swf file containing all the pages. I just watched a video where the user exported their ID doc as a swf and the final product had all the pages. The export window in ID seems pretty straightforward... Can anybody tell me what I am missing? Do I need to combine the swf files in Flash?

    Thank you for your response. I think I've figured out the problem. I was using the SWF presenter script in InDesign. It exports every page as a swf and places them back into InDesign automatically in their own layer. It is very useful when your final product will be a pdf and you want the pdf to support the animations you have created. That is why I ended up with 18 separate swfs.
    I tried exporting the manual way as a swf and I now have all of my pages in one file.

  • Am I allowed to continue to use the student version of Flash CS5.5 if I no longer qualify as a full time student.

    My mom bought me the student version of Flash Pro CS5.5 a few years ago, but I am not taking five classes any more so I don't qualify anymore. Am I still allowed to use it?

    If you own the license you are allowed to continue to use it.

  • Exporting to Quicktime from Flash CS5 has gliches

    I have been exporting to QT movies from Flash 8 without any hassles, but when I export from a Flash to a Quicktime movie it has issues rendering- pixels hanging on the screen, low quality audio. I've tried with many different options and they all have the same issue. Help!

    So what is the recourse here....select the option for exporting whatever the resolution is of the timeline. This usually gives me Mpeg1
    I'm not following you here. Can you clarify?
    Also am I right in assuming that Matrox HD compressing for H.264 is not available in CS 5.5?
    I can't say for sure, but if the specs for the hardware say it should work with CS5.5, then it should. That, of course, is contingnent on having updated drivers, etc. from Matrox. Do you have the latest versions installed? If so, and it's *supposed* to work, that's an issue for the Matrox support folks. What hardware specifically are you talking about?
    EDIT: OK, I see what hardware you're talking about. The card says its compatible with AME on a PC, but I didn't see anything specifically about AME on a Mac. It may not work with the Mac version of AME.

  • Swf. from flash cs5.5 not showing in IE

    http://www.dissbike.eu/e-bikes/
    I've no idea why I can't see at all my swf (bottom of the page) and why is white in IE 7 & 8 . I presume that it has something to do with flash publishing non IE compatible swf. I will really appreciate any help
    Of course everything is fine in other browsers... 

    You have a different path to the .swf in the code for IE than you have for !IE
    For IE:
    <param name="movie" value="scrolling_pane_en.swf" />
    While !IE (which is working):
    <object type="application/x-shockwave-flash" data="assets/swf/scrolling_pane_en.swf" width="960" height="115">
    see the difference?
    So add the rest of the path to the first path ... add "assets/swf" as the first art of value="....
    Best wishes,
    Adninjastrator

  • Problème interaction d'un fichier swf dans flash cs5

    Bonjour à tous,
    Je viens vous demander de l'aide après des journées entières à me torturer les méninges sur flash...
    Je souhaite faire une animation intéractive, dans l'idée de cliquer sur un bouton et ça lance une anim que j'ai pré-réalisée sur flash.
    J'ai fais mon bouton convertit en clip puis j'ai importé mon fichier swf (qui est l'animation que je veux lancer). Or en cherchant et en essayant un peu tout, je ne trouve pas quel code entrer pour que ce bouton devienne interactif et lance mon .swf (présent dans la bibliothèque).
    Je ne sais pas si j'ai réussi à être claire, n'hésitez pas à me demander des précisions...
    Je vous remercie par avance de vos réponses,

    En As3 la syntaxe est un chouya plus complexe à mettre en œuvre qu'en As2
    Pour me faciliter la vie, j'utilise menu Fenêtres/Fragments de code, ce qui donne un code compréhensible, documenté et éditable.
    Mon anim comporte 2 frames :
    La première contient 1 bouton nommé "boutonNext"
    La seconde comporte l'anim swf posée sur la scène.
    Enfin, un calque nommé Actions a été créé directement par les fragments de code.
    Tout d'abord un "stop" pour que ma scène reste sur la première image, avec le bouton, puis un gestionnaire de "Mouse Click" pour que le boutonNext ait une action.
    Ci dessous le code et les fichiers joints (As2 et As3)
    /* Arrêter la lecture à partir de cette image
    Le scénario Flash arrête/met en pause la lecture à partir de cette image lorsque vous insérez ce code.
    Vous pouvez également utiliser ce code pour arrêter/mettre en pause le scénario des clips.
    stop();
    /* Evénement MouseClick
    Cliquez sur l'occurrence de symbole spécifiée pour exécuter une fonction dans laquelle vous pouvez ajouter votre propre code personnalisé.
    Instructions :
    1. Ajoutez votre code personnalisé sur une nouvelle ligne sous la ligne indiquant "// Début de votre code personnalisé" ci-après.
    Le code s'exécute lorsque vous cliquez sur l'occurrence de symbole.
    boutonNext.addEventListener(MouseEvent.CLICK, fl_MouseClickHandler);
    function fl_MouseClickHandler(event:MouseEvent):void
              // Début de votre code personnalisé
              // Ce code d'exemple affiche les mots "L'utilisateur a cliqué sur la souris" dans le panneau de sortie.
              trace("L'utilisateur a cliqué sur la souris");
              // Fin de votre code personnalisé
              event.target.parent.gotoAndStop(2);

Maybe you are looking for