A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: preloading swf's

  1. #1
    Member
    Join Date
    Aug 2002
    Posts
    37

    preloading swf's

    I have 4 swf's that i want to play one after the other.

    on the last frame of the first movie i have
    stop();
    loadMovie("number2.swf","")

    this makes it load the new swf, but is there a wey to hold on the final frame until number2.swf is completely loaded before it goes?

  2. #2
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    Do your movies have preloaders? Are they all of the same size?

  3. #3
    Member
    Join Date
    Aug 2002
    Posts
    37
    they don't have preloaders yet. would this make a difference? i don't want a preloader to appear, just seamless transition from one movie to the next.
    they are all the same dimensions and roughly 35k each

  4. #4
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    If there's no preloader on them with a stop(); action on their first frames, then that means that they'll stream in as they are loading, so you can't delay their playing as you could if they were preloaded (with a stop action on their first frames) and only told to play when they were in fact preloaded.

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