Loading bar

Dear Forum Goers,

I want to make a site with external swfs. Is there a simple way I can have a loadbar show up on the screen each time an external swf is being loaded?

-fabbuki

You can make a movieclip that only has a preloader and a blank movieclip “frame”. You’d then use Actionscript to attach a copy of your preloader movie onto the stage and then another line of Actionscript to load your SWF into the movieclip’s frame.

How would you go about doing that?