A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Loading/unloading movies

  1. #1
    Senior Member
    Join Date
    Jun 2000
    Posts
    3,512
    I am working with a person who is developing a slide show with sound. The sound is enormous in size (27 MB). The slide show plays for longer than 30 minutes. (It would not play for longer than 30 minutes in the flash player as a single movie for some reason). I recommended that she break the animation into separate animations, one for each slide and load the next slide from the currently running slide. She is doing that from a Next button. From slide 1, slide 2 is being loaded at level 1; from slide 2, slide 3 is being loaded at level 2, etc. Is that reasonable? Should previous movies be unloaded? For instance, when slide 4 is loaded at level 3, should level 1 be unloaded and so forth. Should level 0 ever be unloaded?

  2. #2
    Senior Member
    Join Date
    Aug 2000
    Posts
    766
    I say unload the levels. Though maybe something less complicated.

    Slide 1
    Slide 2 load into level 1, and unload level 0
    Slide 3 unload level 1 and load into level 0
    then repeat...

    Well that is just my take on it.

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