A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Movie Clips Lags with sound REMOVED

  1. #1
    associate admedia's Avatar
    Join Date
    Oct 2001
    Location
    is
    Posts
    1,347

    Movie Clips Lags with sound REMOVED

    Maybe somebody out there can explain this one.

    I have the same exact movie clip... both preloaded.

    Move With Sound

    Movie Without Sound

    Why would the movie without sound be noticeably... 10 + seconds longer than the movie WITH sound... this makes no sense.

    Can anyone try and explain this?

    Thanks in advance.

  2. #2
    Senior Member whispers's Avatar
    Join Date
    Mar 2001
    Location
    CFA2h (respect the HEX)
    Posts
    12,755
    not knowing how you coded it... what do you mean WITHOUT...is there still refernce in the code perhaps?.. that is trys to load?..hence the lag?

    (just a suggestion)

  3. #3
    Senior Member
    Join Date
    Nov 2004
    Posts
    928
    "movie without sound" was much quicker for me

  4. #4
    associate admedia's Avatar
    Join Date
    Oct 2001
    Location
    is
    Posts
    1,347
    Somone at the Adobe Support Flash Forum explained it to me.

    yes - very much expected if your sound was in the timeline and set to "Stream". Stream sounds get
    embedded into the timeline and thereby forcing the animation to remain in sync with it - once
    removed then the animation is not really in sync with anything and it's dependant on the speed of
    the processor during runtime as to ohow fast the player renders each frame.
    with streaming sound, the player will actually drop frames if it has to to keep up with the audio.
    many developers, if needing to sync animation to time but have no need for audio, will "record" a
    bit of dead/empty soundtrack and place it on the timeline - repeating and set to stream to keep the
    animation in sync with the frame rate.

    flash is dynamic - it is not pre-rendered, fixed frame rate video format - it renders on the fly and
    "heavy" animations and/or slower processors will cause slower playback depending. of course the
    differences are very subtle with higher end machines and movies that are well optimized
    ...interesting.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center