A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: why burst of video after unload?

  1. #1
    Junior Member
    Join Date
    Aug 2002
    Posts
    6
    Hi,

    I have a situation where a burst of video plays after the unload command.

    In my main timeline, the user clicks on a button which loads a swf, via:

    on (release) {
    loadMovieNum("2X4.swf",1);
    }

    I end the 2X4 movie with:
    unloadMovie(1);

    The movie plays, then fades to black, then suddenly I get this burst of video. The video is the first frames of the 2X4 movie.

    How do I fix this problem?

    Brian

  2. #2
    the 2x4 video maybe needs a stop action at the end of the movie. maybe it's looping. or trail the timeline a little?
    VitaMixmaster B12
    The Aura Group
    www.theauragroup.com

  3. #3
    Junior Member
    Join Date
    Apr 2001
    Posts
    5
    Agreed, add the stop command to the last frame of your video movie before the unload.
    wildhaire

  4. #4
    Junior Member
    Join Date
    Aug 2002
    Posts
    6

    Thanks

    Thanks guys. Did the trick.

    Hobber
    brian

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