Preloading external swf in a certain order

[size=4]Hi![/size]

I want to import a couple of swf in my flashmovie and several of them is just text and the other is large pictures.

The movie is divided into pages that showes one imported text swf and one picture.

I want the text swf to be imported before the picture so you could read the text while the picture is loading so you don´t have to wait so much. You could still read the text, ok?

So how could I preloading external swf in a certain order?

I want the code to say : First import the text and then the picture with minimum coding of course.

Cheers!

You might try getting the text from a text file. In this text file there should be two variables. The first one should be the text to be displayed and the other should be a jolly variable. When you want to load the image, first load the text file and make a check for the jolly. When it equals what you have in your file then you start loading the image. Checking to see if the jolly was loaded is done in a movieclip using the onenterFrame event.