I know you can load multiple Flash .swf's in one document. But is it possible to load the main movie on _level0, then load several other .swf's sequentially on a different, and if posible, hidden layer?
you will find the best way to do this by using the different levels of layers.
_layer1, _layer2; and so on.
experiment with them and i'm sure you'll find your solutions.
-Ron
Thanks for the recommendation. I really want to load several .swf's back to back. Loading the next movie only after the previous one has finished loading.