Loading/unloading Multiple swfs

Hello,

I’ve finished Kirupa’s great tutorial on loading an external image into flash using AS3. I have to say that this is the clearest and most useful set of instructions on how to do so that I’ve come across over four days of searching :party: As simple as it might be for many of you, the initial instructions on how to create the empty movie clip container are especially appreciated!

Now, I’m wondering how to extend this concept one step further. I have a single flash CS3 file into which I’d like to load and play at different times as the main movie plays different swf files. My goal is creating a presentation that will be displayed on a large TV at a conference, that will run without user input (no buttons). Essentially I’m creating a “flashier” powerpoint presentation.

At different times in the main movie’s timeline, how can I use AS3 to call different swfs for playback? I’d need to somehow unload previously played swfs, wouldn’t I? What code addition to Kirupa’s tutorial would accomplish this?

Would I somehow have to read the individual swfs into some sort of array, somehow?

Would all of this be accomplishe by a single script placed on a single frame of the main movie’s timeline?

Thanks in advance for any help!