Load movie time

The problem

I have a flash file which has a clip in the name clip1 which has 4 images loaded into it to be used for scrolling across the screen,

The 4 images are loaded dynamically by using loadMovie functions while the movie is laoded using a loader which looks for it the movies last frame is loaded.

But once the loader finish checking or it sees that he last frame is loaded, the movie starts but the clip images which i had set using the laodMovie function doest show at that time it take some time before the images are visible on the screen (i think it is loading the image at the time - even though i have loaded the clip1 which is used here in the loading phase).

How can the above problem be solved…

Regards
Uday