Rendering / Exporting Animation for FLASH

Hello Friends,
Some time ago I made an animation in After Effects CS3 and either Rendered it or Exported it as an SWF. I then Imported it into my Library in my FLASH CS3 movie and all was terrific.
Although I have spent the last four days going through everything I can think of, I cannot for the life of me recall how I did this. If anyone can point me in the right direction I would be very grateful to hear from you.
Many thanks in advance!

Hello Mylenium,
THank you very kindly for your tip.
This was one of the very firast things I tried.
Unfortuanely, I got the following prompt:
"Wildform Flix Exporter encountered a problem.
This version of Flix Exporter is not licensed to run under the current application."
I have not yet figured out what it means. Never saw it before. If you or anyone has any idea, I would be very grateful hearing from you.
I thank all who can lend some advice.
David

Similar Messages

  • Optimal export properties for Flash

    I'm trying to export a 2m34s flash for my website, but I keep test exporting clip that play strobbing because they'Re too heavy even if they are much lower size then many Quicktimes I've exported and played fluidly.
    What would be the optimal setting for exporting a low res Flash and then a High res Flash 1920x1080 from an uncompressed HD AVI 10-bit with AIFF 24-bit stereo 48 000 ?
    BTW I make my exports with AE not AME.
    Thank you.

    You might think about dynamic linking your AE comp into a Premiere Pro in order to use AME.
    "HD" on the web is subjective and if you're looking to get it up as a stream and not progressive download there are various things to consider.
    One resource I like to recommend is here: http://store.creativecow.net/p/64/internet_killed_the_video_star
    I hope this helps,
    Dennis

  • Exporting subtitles for Flash cue points

    I want to not just create subtitles, but use them in Flash video and other cue-point supported applications for distribution on the web. Is there a way to export my subtitles created in DVDSP to a standard stf or other document? Or do I have to use external software and then export for Flash, DVDSP, etc? If I have to use a third party, which one works best? I've seen many in the Apple Downloads section...
    Thanks,
    Chris.

    Hi Sigmundo,
    At work ( disturb media ) we've finished a karaoke flash project. I haven't used Soundbooth then, we had limited time, so I wrote a few handy commands for flash that took care of the job. Hopefully we will be able to document that, right an article and share the commands as a packed extension.
    I've learned Soundbooth over the weekend and FLVCuePoints was one of the highlights. I've used FLV
    and everything worked out fine. I didn't know the Media(Flash Video) Encoder allows you open an xml
    file and insert cuepoints at that stage.
    Anyway,
    About F4V, Lee Brimelow has a more detailed post about the cue points bug here:
    http://theflashblog.com/?p=748 
    HTH,
    George

  • Exporting file for Flash Catalyst use?

    Hey everyone.  I've made a video in Flash Pro, and I want to be able to play it in Flash Catalyst.  I'm using 5.5 of both versions, btw.  I export the Flash Pro video to a .mov file and then use Media Encoder to make that a .flv file.  I bring that file into FC and publish to web.  However, when I put those 'deploy to web' files on my website, the video doesn't play.  Everything else works except for the video.  So I put a generic, short .flv file that I downloaded from the internet into my FC file.  I published it to my website again, and everything worked fine.  The video played.  So obviously the problem with my video must be in the encoding process.
    How should I do this?  I read one article online that said when I export a .mov file for FC, I should make sure that I don't have 'Fast - Compressed Header' selected in the Streaming options.  Well, I checked and I don't.  It's just under regular 'Fast'.  So what am I doing wrong here?  I've even tried converting my .mov file to a f4v file, and that doesn't work.  Help here would be so greatly appreciated.

    Ah.  I think they just tested the .html file.  Though, they were trying nearly everything yesterday, so they might have tried the swf file, too.  I'll ask him this afternoon.  There's a webpage included in both deploy-to-web and run-local folders.  Both are entitled main.html.  I'm looking at both codes in Dreamweaver to see what would be different, how the code is calling to the flv video, and I can't see any change!  I switch from one code view to the other, and nothing is different.  The only difference is that in the video size area, the html file from the run-local folder is bigger.  So obviously something more was put into the run-local html file, but what I don't know.  I can't figure that out from the code.  Here's the code from the run-local file, though it looks the same in the deploy-to-web html file, too.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <!-- saved from url=(0014)about:internet -->
    <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
        <!--
        Smart developers always View Source.
        This application was built using Adobe Flex, an open source framework
        for building rich Internet applications that get delivered via the
        Flash Player or to desktops via Adobe AIR.
        Learn more about Flex at http://flex.org
        // -->
        <head>
            <title></title>
            <meta name="google" value="notranslate" />        
            <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
            <!-- Include CSS to eliminate any default margins/padding and set the height of the html element and
                 the body element to 100%, because Firefox, or any Gecko based browser, interprets percentage as
                 the percentage of the height of its parent container, which has to be set explicitly.  Fix for
                 Firefox 3.6 focus border issues.  Initially, don't display flashContent div so it won't show
                 if JavaScript disabled.
            -->
            <style type="text/css" media="screen">
                html, body  { height:100%; }
                body { margin:0; padding:0; overflow:auto; text-align:center;
                       background-color: #ffffff; }  
                object:focus { outline:none; }
                #flashContent { display:none; }
            </style>
            <!-- Enable Browser History by replacing useBrowserHistory tokens with two hyphens -->
            <!-- BEGIN Browser History required section -->
            <link rel="stylesheet" type="text/css" href="history/history.css" />
            <script type="text/javascript" src="history/history.js"></script>
            <!-- END Browser History required section --> 
            <script type="text/javascript" src="swfobject.js"></script>
            <script type="text/javascript">
                // For version detection, set to min. required Flash Player version, or 0 (or 0.0.0), for no version detection.
                var swfVersionStr = "10.2.0";
                // To use express install, set to playerProductInstall.swf, otherwise the empty string.
                var xiSwfUrlStr = "playerProductInstall.swf";
                var flashvars = {};
                var params = {};
                params.quality = "high";
                params.bgcolor = "#ffffff";
                params.allowscriptaccess = "sameDomain";
                params.allowfullscreen = "true";
                var attributes = {};
                attributes.id = "Main";
                attributes.name = "Main";
                attributes.align = "middle";
                swfobject.embedSWF(
                    "Main.swf", "flashContent",
                    "405", "350",
                    swfVersionStr, xiSwfUrlStr,
                    flashvars, params, attributes);
                // JavaScript enabled so display the flashContent div in case it is not replaced with a swf object.
                swfobject.createCSS("#flashContent", "display:block;text-align:left;");
            </script>
        </head>
        <body>
            <!-- SWFObject's dynamic embed method replaces this alternative HTML content with Flash content when enough
                 JavaScript and Flash plug-in support is available. The div is initially hidden so that it doesn't show
                 when JavaScript is disabled.
            -->
            <div id="flashContent">
                <p>
                    To view this page ensure that Adobe Flash Player version
                    10.2.0 or greater is installed.
                </p>
                <script type="text/javascript">
                    var pageHost = ((document.location.protocol == "https:") ? "https://" : "http://");
                    document.write("<a href='http://www.adobe.com/go/getflashplayer'><img src='"
                                    + pageHost + "www.adobe.com/images/shared/download_buttons/get_flash_player.gif' alt='Get Adobe Flash player' /></a>" );
                </script>
            </div>
            <noscript>
                <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="405" height="350" id="Main">
                    <param name="movie" value="Main.swf" />
                    <param name="quality" value="high" />
                    <param name="bgcolor" value="#ffffff" />
                    <param name="allowScriptAccess" value="sameDomain" />
                    <param name="allowFullScreen" value="true" />
                    <!--[if !IE]>-->
                    <object type="application/x-shockwave-flash" data="Main.swf" width="405" height="350">
                        <param name="quality" value="high" />
                        <param name="bgcolor" value="#ffffff" />
                        <param name="allowScriptAccess" value="sameDomain" />
                        <param name="allowFullScreen" value="true" />
                    <!--<![endif]-->
                    <!--[if gte IE 6]>-->
                        <p>
                            Either scripts and active content are not permitted to run or Adobe Flash Player version
                            10.2.0 or greater is not installed.
                        </p>
                    <!--<![endif]-->
                        <a href="http://www.adobe.com/go/getflashplayer">
                            <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash Player" />
                        </a>
                    <!--[if !IE]>-->
                    </object>
                    <!--<![endif]-->
                </object>
            </noscript>    
       </body>
    </html>
    But I don't see anything where it calls to my bathinline.flv file.  Yet this one plays just fine.  I've played both .html files, and only the run-local html file plays fine on my computer (not viewing from website this time).  So I agree with you that I think it's a pathing issue on the deploy to web thing, but I have no idea what.  The code isn't showing any difference.
    Any more ideas.  You've been really, really helpful so far!

  • Best export settings for Flash

    Hello,
    I am trying to export a video to Flash for uploading to the web. I am using Sorenson Squeeze to convert the file to Flash. What is the best export settings in FCP for this. I don't want to encode the file twice.
    Thanks in advance.
    Pete

    What format is your original material and what format is your sequence? Generally speaking, export with sequence settings. This will not add any additional compression.

  • Exporting Comp to Flash Animation (and Keeping the File Size Small)

    I have an animation I have made in AE which isn't terribly complicated.
    Maybe 450 X 250, mostly blank background. The artwork was done in Illustrator. There are about a dozen layers, all AI artwork, and the animation is about two seconds.
    When I export the animation as an SWF file, the file size is 1.2MB. What do I need to do to make the file size a lot smaller?
    I am not used to making animations for Flash. My AE animations are usually meant for video applications, but someone decided they want this animation to go on their web site instead.
    Thanks!

    If it is a frame by frame animation try importing the MOV file into Flash rather than exporting from AE.
    Not sure if this will work but it might.  When you publish the file in Flash you will get a resulting SWF file that is created automatically.  See if it is smaller.

  • Premiere Degrading Quality (after rendering) of Animation Codec mov's and 4444 Codec mov's, which were made from SWF files, originally exported out of After Effects

    I am making a cartoon, which was created in FLASH,
    Then the SWF's were put into After Effects and exported out as MOV's. (I've tried both AppleProRes4444 and Animation codecs).
    Then I put those Mov's into Premiere. Everything looks crisp until I render. Once rendering is done, the video quality degrades. Here's a screen shot of Premiere:
    On the left is the source MOV (exported from AE), on the right is the timeline viewer (after rendering). The quality on the right is degraded. Help?
    If I use MP4 versions, exported out of Flash, through Media encoder, quality is not degraded.
    (Read on for additional info)
    It was easy and quick to create my MOV's out of AE, which is why I did it this way. I'm exporting to MOV's so I can edit quicker in Premiere. I find editing to sound in AE really difficult, and I don't edit in Flash (employees provide SWF files to me).
    Here is sequence settings in Premiere (these setting were created by dragging an MOV into the sequence and choosing "change settings" to match clip settings.
    Help? Please?

    I am making a cartoon, which was created in FLASH,
    Then the SWF's were put into After Effects and exported out as MOV's. (I've tried both AppleProRes4444 and Animation codecs).
    Then I put those Mov's into Premiere. Everything looks crisp until I render. Once rendering is done, the video quality degrades. Here's a screen shot of Premiere:
    On the left is the source MOV (exported from AE), on the right is the timeline viewer (after rendering). The quality on the right is degraded. Help?
    If I use MP4 versions, exported out of Flash, through Media encoder, quality is not degraded.
    (Read on for additional info)
    It was easy and quick to create my MOV's out of AE, which is why I did it this way. I'm exporting to MOV's so I can edit quicker in Premiere. I find editing to sound in AE really difficult, and I don't edit in Flash (employees provide SWF files to me).
    Here is sequence settings in Premiere (these setting were created by dragging an MOV into the sequence and choosing "change settings" to match clip settings.
    Help? Please?

  • Best Codec for exporting animations with alpha channel from FCP timeline

    Whats the best codec for exporting animations (hopefully using loseless compression) that will retain alpha channel, and use the current sequence settings for fps and size?
    Currently Im exporting image sequences, but I'd prefer a wrapper.. I don't know much about the 'Animation' export codec.. I did notice that set to current size had some funky value of 753x450 or something.. instead of my current project size of 1920x1080...
    Anyhow.. Just seeing what others are doing..
    basically Im reading out some titles that I'll end up dropping over video later.. but since they render out so slowly (**** lower 3rds is slow) Im trying to get a jump on the process..
    Tx..

    PNG should do it. I think PNG is lossless (that's what they say, anyway). But realistically, if you use PNG, Animation, or JPG2000 set on highest quality, I'd dare you to tell a difference.
    I use PNG because it's supposedly lossless, renders twice as fast as Animation in a FCP timeline, and is usually about half the size.
    If you use "Export Using Quicktime Conversion", you will need to check all of the settings manually to make sure they match your sequence settings. This is always true, no matter what codec you use.
    If that sounds risky, your other option is to go into your sequence settings and change the codec to the one you want to render to (this will probably turn your whole timeline red), and then choose Export -> Quicktime movie.

  • Best export for flash video

    I have completed an edit of a 7 minute teaser for a feature film and need to export it to be displayed online in a flash player. The footage is HD 1080i, 29.97fps and edited in the Animation coded. My experience with best exports for flash conversion is very limited so please bare with with.
    1) Is it possible to export directly from FCP to a flash file? If yes, would that be a good idea, or should I use third party softwares for better results?
    2) Which third party softwares are recommended for flash conversion? And what export compression should I use in FCP for best flash conversion results?
    3) Any other tips and tricks to get the best quality for flash video display?
    Any help would obviously be greatly appreciated. Thank you.

    When I have quality HD video that I want to export for flash, I compress it with h.264 codec. Then, with the new version of Flash, you can swap out the .mp4 extension for .f4v and your good to go in Flash. Quality looks pretty good at a fraction of the file size.

  • Design skin with catalyst for flash encore export ?

    Hello,
    How is it possible to redesign and animate default encore export flash skin (flashDVD.swf during video playback) with Catalyst ?
    What are  files we have to change in encore roots folder (xlm,html,swf) to insert new design and interactiv skin during video playback?
    My project is to design my own animated skin for flash export in encore cs4.
    For the moment in encore we only have this skin: flashdvd.swf (see attached file) when we export our project for flash.
    This skin looks like dvd interactive panel, but i would like to add new interactiv button, a way to change loading video position.
    I didn't find any informations about that in encore's documentations and it seems to me an very important creativ part.
    Thanks a lot and sorry for my english,
    Rudo_fr

    Hi Rudo_fr,
    I think this might be a question for the Encore forums. I'm not familiar with Encore. Here's what I can tell you: at the end of the day, Catalyst creates a SWF file (just like Flash Professonal and Flash Builder). If you can then get Encore to use that SWF file as the video player skin, you should be golden. So I would recommend going to the Encore forums and asking: how do I use an arbitrary SWF as my video player skin?
    -Adam

  • Which is better for doing animation? Flash 4, 5, MX, CS, or others?

    Which is better for doing animation? Flash 4, 5, MX, CS, or
    others?
    I am used to using brush function more conveniently in Flash
    4 than the other versions I ve tried. However, Flash 4 doesn't have
    pen tool.
    Free News Reader
    http://put.hk
    http://put.hk/reader/forums.macromedia.com/macromedia.flash.html

    1Evan2Wing3 wrote:
    > Which is better for doing animation? Flash 4, 5, MX, CS,
    or others?
    >
    > I am used to using brush function more conveniently in
    Flash 4 than the other versions I ve tried. However, Flash 4
    doesn't have pen tool.
    all pretty identical tho I would go with cs, just because I
    like the GUI much
    more than other versions...
    Best Regards
    Urami
    "Never play Leap-Frog with a Unicorn."
    <urami>
    If you want to mail me - DO NOT LAUGH AT MY ADDRESS
    </urami>

  • Exporting for Flash

    I'm trying to export a motion graphic for Flash, but when I export as Lossless + Alpha Channel, I still get a black background behind my graphic that prevents me from compositing it in Flash. However, the same .mov that I exported composites without any problems in Shake... anyone know how I can get this to work correctly (in Flash)?

    I have a hunch that this is a Flash issue, more than a Motion issue. Flash is not likely to support alpha channels in video, as it converts video to FLV anyway.

  • Best way to export a 4:3 720x480 24p animation for DVD

    We've been working on an animation for the past couple of months and it's the first one we've done.  It's going to go onto a DVD and the project is 24fps progressive.  The video looks extremely good in Premiere Pro, but when I export as an Mpeg2-DVD complient file the video becomes very degraded, and a lot of the animation looks very jagged.  What would be the best settings to export this at to get a quality closest to the original.  The entire video is only 22 minutes long so I'm not worried about space on the DVD.
    Thanks.

    Here's what I would do.
    Install the free Lagarith codec on your system.  Export out a Lagarith intermediate with the appropriate specs.
    Install the free HC Encoder on your system, along with AVISynth.  Read the various web postings about how to make this work.
    Once you have it working, use the following settings in HC Encoder. (Pay attention to the underlining.)
    That'll create arguably the best picture you can get without using Scenarist.

  • Flash Video Exporter plugin for FInal Cut Pro

    Does anybody know how to install the Flash Video Exporter
    plugin for Final Cut Pro so it shows up as an option in FCP?
    I want to create FLVs directly from FCP.
    Thanks

    http://www.adobe.com/devnet/flash/articles/flv_exporter_03.htm
    Scroll Down - its about mid page
    This is on the intro page:
    Note: You must have Flash MX Professional 2004 installed on
    your machine to use the Flash Video Exporter with your video
    editing application. The only exception is using the exporter in
    Demo Mode.

  • Flash CS5.5 crashes when exporting movieclip for Actionscript

    Hello,
    My Flash CS5.5 crashes when exporting movieclip for Actionscript (select movieclips -> modify -> convert to symbol -> check export for actionscript). I think this only happens when Photoshop CS5 is open.
    Does anyone know how to fix this? I'm using Win7 64-bit. The only open programs are Flash, Photoshop, and Firefox.

    Oddly enough, I opened up Flash again, today, just to see if it was still the same, and it had worked. Everything seemed normal, I opened a new document and started working. Then, out of nowhere it stopped responding again. So I waited for it to respond, it didn't. I closed it from the task manager, and now it's back to the original problem of crashing when I try to create a new document or open an old ontrie
    Update: I tried the cleaner, as you'd suggested. Followed all the steps, but to no avail. Think it may have something to do with my machine, and less with the software?

Maybe you are looking for

  • Keep getting a read only message and have to save with different name

    I am editing some pdf files, and every time I save I get the message: "The file may be read only, or another user may have it open.  Please save the document with a different name or in a different folder." However, when I right click the file and cl

  • ME_PROCESS_PO_CUST: Method "POST"

    Hi all, I'm trying to update the 'EKPO', and I will use the BADI 'ME_PROCESS_PO_CUST'. When you click the 'SAVE' of purchase order, I want to update the 'EKPO-LGORT'. and I will try to use method 'POST'.But the method 'POST' has only 'IM_HEADER'. Now

  • How to determine canceled purchase orders

    Hi all, I have to block purchase requisition if purchase order is created. if PO is deleted (canceled) PR can be modified again. So i want to khow how can i see if PO is canceled??? Thank you

  • C3-01 screen blinking problem

    Whenever my phone(c3-01) mistakenly drops on the floor,its screen starts to blink,attimes it will last for less than 1week or more. If i switch off my phone at that point in time,and i try to turn it on,the screen will be blank(black),whereas its alr

  • Why my mawerick reboots every time when I try to mount afp drive over VPN ipsec?

    After Mawericks update there has been a bug that prevents using afp file sharing with ipsec VPN. Mawerick will reboot every time when I try to choose folder to view. VPN connection and user authentication works fine until I have to choose which folde