is it possible to load some external clips one by one?
have an array with external clips on them
and one with the MCs to load to?
something like this?
[“1.swf”,“2.swf”,“3.swf”,“player.swf”,“playeravatar.swf”]
["_root.header","_root.footer","_root.player","_root.player.load"]
1.swf would load into _root.header and then after its done loading that it would load 2.swf into _root.footer and so on