Skip to main content
Participant
May 31, 2011
Question

Load one swf after another?

  • May 31, 2011
  • 1 reply
  • 275 views

Hey!

I've created a presentation in Flash that exceeds the maximum number of frames. I broke it up into a few different files, and now I need these .swfs to load one after another automatically, without prompting or clicking anything on the screen.

The presentation is for an interpretation program at work and will be played for an audience several times a day. It was originally a 6-slide-projector presentation that I simplified, and this is the last step to replacing the old projection system altogether.

Does anyone know how to solve my problem, as simply as possible?

Thank you!

This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
May 31, 2011

you'll probably want to load them all at the start of you presentation so they're ready for display without waiting.

so, use standard preloader code to load your swfs.  use a loop or dispatch an event to detect when one ends and another needs to start.