Delays in my SWF Playback

Flash Wizards Help!
I just finished working on a 12 minute animation in Flash
(after only 4 years).
The cartoon has sounds and music contained within it.
Whenever I quick-preview the film in Flash (through SWF
-command/return), everything lines up perfectly.
Now, when I preview the cartoon in a web browser, or through
my website, there are lags throughout, and the music doesn't stay
on queue-- it falls behind. I tried this preview in Shockwave and
HMTL mode.
The Flash file itself is 383 MB, and the SWF is 25 MB.
Is there a way to get a smooth undelayed performance for the
web? I did check the Bandwidth Profiler and I do have quite a few
scenes that are above the red line. I wouldn't know how to trim
that, since most of the files over the line are symbols in
transformation, or a combination of voice over, sound effects, and
music.
If anyone knows a way to resolve this ever-depressing
dilemma, I would greatly appreciate it. Thanks for your time and
input!
Arthur

Thanks for the suggestions. I will create a preloader for the
file. Regarding my audio....I have many overlapping
sounds....voices, music and sounds effects....They are set on
separate layers as "Sync: event" (not streaming). The problem with
the score is, I have a long take (about a minute) and it runs
through several scenes. It's here that the music starts lagging,
along with a slow down between scenes overall (when viewed through
a browser). I don't have many jpegs, if any at all. I just have to
figure out a way to simplify the files, and that seems very
difficult. Thanks again for your help! I'll see what other
solutions pop up.

Similar Messages

  • How can I add a delay to sync iTunes playback with my Sonos system

    I have a Sonos multi-room audio system which accesses all my music from a drive on my Airport Extreme base station. These music files are also accessed through iTunes on my Macs.
    When I'm at my Macs, I prefer to use iTunes to play my music, so I have an Airport Express which is used as a line-in source for the Sonos system. Using this, I can play my music on a Mac and also have it play through all the other speakers on the Sonos system.
    The only drawback is, the Sonos system introduces a slight delay in order to sync the different players, which puts it out of sync with iTunes.
    Is there a plug-in or similar that would allow me to introduce a small delay in the playback from iTunes without affecting the feed to the Airport Express?
    Thanks in advance.

    iOS: Device not recognized in iTunes for OS X - Apple Support
    iPhone, iPad, or iPod touch not recognized in iTunes for Windows - Apple Support

  • DVD and SWF playback

    My client wants to play DVD and swf animations
    simultaneously.
    Has anyone done this and if so, what performance issues can I
    expect ????
    Minimum spec, anything would be good.
    Would be nice just to tell him NO !

    At least, the minimum system requirement will have to be
    raised to
    accomodate simultanious playback, setting a short test demo
    might be the
    most definitive way to prove unfeasability.

  • Problem with .swf playback

    Hello,
    I have a problem with .swf animation playback in captivate 4. I created the .swf in flash with as3 on one frame. The animation is contained in a movieclip. I exported from flash and made sure the framerates between captivate and flash work. I import the animation to a slide and notice that the duration of the animation is .01 (could this be a red flag?). When previewing my captivate file the animation does not play it shows up static. I have my captivate file set up with continue buttons but I tried taking the button off the animation slide and it still shows up with the static what would be animation. Has anyone else encountered this? I'm really at a loss as to whats going on
    For bonus points: I'm still getting a transition that fades to white briefly even after I put no transition. Is their a way to just have an abrubt transition without the fade?
    Cheers
    -Matt

    Alright now it makes more "sense".
    Your SWF problem is caused by a bug in Captivate. I have encountered this many many times. Basically if you import a Flash animation and you have more than 1 slide in Captivate it will play to the end before you get to the slide with the animation. It's a really annoying bug that also occurs if you insert an SWF created in Captivate into a master Captivate project.
    There are a couple of solutions to your problem.
    1. Try and Externalize your animations when you publish your Captivate project. This can sometimes remove the problem. You can edit the settings in Preferences - Publish Settings.
    2. Create a loader in Flash that will pull in your animation SWF. Basically you just need to do a loadMovie shell in Flash and then have that pull in your animation SWF. I use this all the time for AS2 projects, but I guess that it will work just the same for AS3 projects.
    As for your fade in / fade out issue. Did you by any chance set a transition effect on your slides? Check the Slide Properties for a transition effect. If that's not it - is your fade in issue only occuring on the first slide? The "master" setting for a Captivate project has a default to fade in on the first slide. You can change that in Preferences - Project - Start and End.
    /Michael
    Visit my Captivate blog with tips & tricks, tutorials and Widgets.

  • Stop SWF playback on DIV hide

    Hi Guys,
    I have several DIV layers showing and hiding on HTML/JS nav
    buttons. One of these DIV layers contains an SWF with FLV and is
    set to autoplay on. Upon hitting another nav button to hide this
    layer and show another DIV the SWF continues to play in the
    background ( it's not visible due to the hide but the FLV's audio
    continues).
    How can I stop/pause (and/or rewind) the playback of an SWF
    in a DIV when that DIV is hidden through a standard HTML/JS nav
    button???
    Any help appreciated...
    Thanks.
    Corey

    In your html you have a couple of problems that are very
    evident:
    In this function:
    function callFlashPlayPauseVideo() {
    flashVideoPlayer.pauseResume();
    you are calling a function "pauseResume()" in the Flash movie
    Referenced as "flashVideoPlayer". However, your Flash movie is
    referenced as "promo". You need to change the reference in the JS
    function or the references in the html.
    There is no function "pauseResume()" in the AS code that you
    show. The two functions that you do show, should work. To call
    those two AS functions, you will need two corresponding JS
    functions in the HTML doc.
    Look at this Adobe doc, it has a good example to follow:
    http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/external/ExternalInterface .html#includeExamplesSummary

  • Need help with FLV type SWF playback in flash movie

    Hi,
    I have three external SWF files from a client without FLA
    sources. The SWFs were done 3 years ago by someone else so there is
    no way to modify the existing SWF files. These contain no
    interactivity but may involve nested clips on the main timeline.
    They are AS1 or AS2 files so they need to be done with AS2
    scripting to keep it simple.
    I need to call these SWF files inside another flash movie and
    play them in a player window as if they were video files with
    play/pause, seekbar and volume controls. The needed functionality
    is similar to FLV players. My controls will use custom graphic
    buttons and sliders mimicking the look of CNN video player window.
    Does anyone know a good tutorial on how to script these
    controls for SWF?
    Most likely I think I will load it in a clip and I am
    thinking that I will need to get the duration of the loaded swf in
    order to set up the seekbar.
    Thanks in advance,
    Attila

    I think your professor, or somebody, gave you directions with ActionScript 2 programming. In AS2, what oyu have here would have worked just fine. But, in AS3, you need to use a fairly different approach. Your buttons, and their instance name, can remain the same. But now, in AS3, you have to add event listeners in the following manner:
    yourButtonName.addEventListener(MouseEvent.CLICK, yourListenerFunction);
    In your case, you can do one of two things - A) assign a unique listener function to each button, or B) assign the same listsner to both functions:
    A)
    start_btn.addEventListener(MouseEvent.CLICK, startPolygon);
    stop_btn.addEventListener(MouseEvent.CLICK, stopPolygon);
    function startPolygon(e:MouseEvent):void{
        polygon.play();
    function stopPolygon(e:MouseEvent):void{
        polygon.stop();
    B)
    start_btn.addEventListener(MouseEvent.CLICK, controlPolygon);
    stop_btn.addEventListener(MouseEvent.CLICK, controlPolygon);
    function controlPolygon(e:MouseEvent):void{
       if (e.target.name == "start_btn") {//Test for the name of the object that dispatched the CLICK event
          polygon.play();
       } else if (e.target.name == "stop_btn") {
          polygon.stop();
    When I'm using several buttons that do the same/nearly similar things, I favor approach B over A, as it keeps me to jsut one single function to deal with.

  • Swf playback controls not working correctly

    Hello all -
    When I publish the Captivate project that contains a swf file
    and an audio file everything plays well until I use the controls.
    Stop/pause works fine,but when I use rewind or ff etc the swf file
    will not rewind nor start over.
    Any help would be appreciated
    Thanks
    Rick

    Uninstalling Glimmerblocker fixed the problem of Safari being able to access all web sites.  One of the other many procedures I did must have solved the issue of the apps not launching.

  • Jerky swf playback

    Hello everyone,
    I'm afraid I need help again.  The website I made is complete but there is one issue I cant fix.  My image gallery scroller play back is jerky, it seems like a interlacing problem.  Please take a look here at the front page
    www.basilandchives.com
    This is a swf file with mouse interaction (mouse left scroll left, mouse right scroll right) 30fps, they are jpegs at 300x300 pixels.  Mainly the upper part of the pictures are affected.  I've looked everywhere in Flash CS4 and cant find the option setting for interlace or progressive, or does it even exist?
    I've tried setting the Jpeg setting as progressive in Publish setting but the problem still persist...
    I've tried viewing with several computers so far and they all have the same issue.
    Thank you,

    so, you're using timeline animation.
    there only a few things you can do to improve that animation:
    1.  lengthen your imgBar timeline and
    2.  enable the cacheAsBitmap property of imgBar.
    you may want to increase your fps to compensate for the increased timeline length of imgBar.
    if those fail, you'll need to redo your project using actionscript to scroll imgBar.

  • Flash novice - swf playback how-to

    ...so I've got a swf as my portfolio/demoreel interface,  I've got all the buttons working right (bio, resume) but I don't know how to add code to the demoreel portion(which is a .swf file within the .swf interface) I've added it on a layer in my scene, hoping that it would simply start playing, obviously its not working as I expected.
    If i've got a button with instance name: demoreelButton_instance1, how do i script the button to have the swf start playing?
    any help would me much appreciated,
    Cheerz
    -M

    If you imported the swf into your library and it contained actionscript to make it work, it doesn't contain the actionscript anymore.  You need to dynamically load the swf in order for it to retain its built-in functionality
    In any other case, you should be able to just target the swf object and tell it to play();

  • .swf playback chppy at end of the movie

    I have a player.swf which has play and a pause buttons. This
    player loads external .swf movies. Each movie is about a minute
    long and I cut them up into 3 to 5 movie clips. So, the movie's
    main time line uses 3 to 5 frames, at the end of a movie clip I
    tell it to go to the next frame in the main time line. The strange
    part is on the the last frame of the main time or somewhere in the
    last movie clip the animation freezes up, well sort of. It plays
    really slow, almost like the pause was pressed for a minute then
    the play button was click really quick then back to the minute long
    pause. I'm having a really hard time finding the problem since the
    majority of the time it plays fine. Please watch the movie and let
    me know if it feezes up on the last part of each section. If
    anybody know this problem or has any questions please let me know.
    http://www.paysimple.com/demobeta/
    watch example

    I barely noticed, but i do think I know what you're talking
    about. The frame rate looks pretty low, like 12 fps. So if its what
    I thought is was, the number zooming in at the end, I think it just
    might be the ease in conjunction with fps that causes the stutter.
    my 2 cents.

  • SWF Playback - Adjusting Framerate?

    Hello everyone,
    I'm running into a peculiar issue with Catalyst. I tried searching the forums, but could not find anything specific to the issue I am experiencing:
    I created a menu bar with a space for animated swfs at the bottom(banners, etc). I imported the swf banners, set it up to play, and everything appears ok...
    ...the catch is, Catalyst seems to set its own framerate when playing the animation. I created the banners at the default 12fps in Flash CS3, but the fps doesn't seem to make a difference when I port it over to Catalyst. I tried re-publishing the banners at different fps rates (I even tried setting it to 1fps), but it did not affect the speed of how the banner plays when I take it into & publish it via Catalyst.
    Is there a way I can adjust the fps rate in Catalyst? Or, use any kind of Actionscript in the banner swfs to set & keep the framerate at a constant, even when I port it over to Catalyst?
    Thanks in advance!

    Flash Catalyst's frame rate is based on the default frame rate in the Flex framework. If memory serves it is set to 24 fps. Flash Catalyst does not expose this value.  You would have to adjust this using Flash Builder, but that might lead to other things not being responsive in the interface. I would recommend recreating the animations to 24 fps.
    Hope this helps,
    Chris

  • End of swf playback

    Hello to All -
    Trying to set up a webpage so that when a Flash movie has
    finished playing some code will run. Is there a way to tell when
    the movie is finished playing without using Flash itself? When I
    encode the sfw to fla (using SUPER) the resulting quality in the
    fla is very poor and can't be used, so if possible I need a
    "trigger" of some kind that identifies when the movie has finished
    playing.
    Thanks for your help,
    John

    I needed the same thing to remove a video layer from a web
    site when the video ended. I found no solution that didn't involve
    Flash (initially trial versions - then I bought CS3) and in the end
    I paid a guy in the UK to create the end result and send me back a
    zip. Once I had it I had a template for making any FLV operate the
    same way, so it was worth the hundred plus I gave him. To be clear,
    ActionScript alerts when the video stops and javascript quite
    separately removes the player from the page. If it isn't removed it
    obstructs and live content underneath (like a nav button), even
    though it's invisible - in the case of those I do. See one at
    www.netvideomaker.com
    David Hurdon

  • Slight delay on playback

    I am an aerobics instructor. Imported an aerobics cd into ITUNES where perfect 8 count measures are uninterrupted between songs. But when I playback using IPOD mini 1.4.1. there is a slight delay between songs. Playback is correct in ITUNES

    No, that's the usual latency we all deal with.
    Hook earphones or speakers to your Playback monitor/TV and the sound will sync to that monitor provided firewire out is active.
    Al

  • Frame Delay Going from Fireworks to Flash

    Help,
    I am completely new at this and under deadline.
    I created a photoshop psd file with tweens, rendered to video, then uploaded as animation in fireworks.
    In fireworks I set the frame delays to be what I want.  I want to save as swf (don't know flash at all) and when I do the frame delays go out the windows.  I looked at older forum posts and see that this is what happens but how can I make it happen some other way?  I tried setting frame rates in the save as option window to 1 to 30 to whatever and no luck.
    My tweens in the png file at 7/100 and my main images I want to appear longer are 350/100.
    I am a novice at all this!  Thanks for whatever help you can provide.

    Don't waste your time tinkering with the Fireworks-Flash export; Flash doesn't recognize frame delay the same way Fireworks does. The swf has one single playback speed for the entire project (perhaps the biggest limitation of Flash-based animations), hence the flash exported from Fireworks will lose the frame delay values of Fw, no matter what.
    You might have better luck introducing fake frame delays into the swf using the Flash authoring environment. Below are two ways that show you how to do just that:
    1. the movieclip approach
    2. frame delay actionscript
    Good luck!
    SiamJai
    Innovative Fireworks Tutorials

  • Frame Delays Going From Fireworks to Flash

    Help!
    I am completely new at this and under deadline.
    I created a photoshop psd file with tweens, rendered to video, then uploaded as animation in fireworks.
    In fireworks I set the frame delays to be what I want.  I saved as swf (don't know flash at all) and when I do the frame delays go out the windows.  I looked at older forum posts and see that this is what happens but how can I make it happen some other way?  I tried setting frame rates in the save as option window to 1 to 30 to whatever and no luck.
    My tweens in the png file at 7/100 and my main images I want to appear longer are 350/100.
    I think Flash is probably my only answer but I know nothing about.  Is there an easier way???
    I am a novice at all this!  Thanks for whatever help you can provide.

    Don't waste your time tinkering with the Fireworks-Flash export; Flash doesn't recognize frame delay the same way Fireworks does. The swf has one single playback speed for the entire project (perhaps the biggest limitation of Flash-based animations), hence the flash exported from Fireworks will lose the frame delay values of Fw, no matter what.
    You might have better luck introducing fake frame delays into the swf using the Flash authoring environment. Below are two ways that show you how to do just that:
    1. the movieclip approach
    2. frame delay actionscript
    Good luck!
    SiamJai
    Innovative Fireworks Tutorials

Maybe you are looking for

  • Prelude takes a long time to open a (new) project file

    Hi, I'm trying out Prelude, and I've created a new project and ingested (via link) about 20 hours of Canon XF footage in about 1000 files from an internal hard drive. All the media loaded correctly and all the audio peak files were generated. When I

  • Error when trying to connect in synch manager

    Hi there, When trying to connect to an administration in synch manager, an error appears: SBO Error #-111: Failed to Connect to SBOCommon System: SAP Business One 2007A PL42 SQL Server 2005 SAP Webtools 2007 PL 13 Kind regards, Andy Grootens

  • Play a YouTube video in JavaFX?

    Moderator action: deleted rant and cleaned up what remains. I am trying to make this code play an FLV video, and it doesn't show any video. Only Music. How can I convert, for instance, a YouTube video, to play in JavaFX? If I download a YouTube video

  • Failing at ACR step in process chain?

    Hi,   Could any body explain on this topic? In process chain job mostly the chain was failing at ACR(attribute change run) step. that it is materdata ACR step.i want permanent solution for this step? I want find why this ACR step is failing weekly tw

  • How to display icon symbols for a field in se38 program

    HI IAM VIJAY. PLS GIVE ME THE SOLUTION . how to display icon symbols for a field in se38 program. WITH REGARDS. VIJAY.