SIMPLE loading issue

I can’t figure out why this wont work consistently.

I have a few containers in a column that load small swf files on run time. My code which always works in the past, looks like this:


client1.loadMovie("interactive/rocksolid_cs.swf");
client2.loadMovie("interactive/malibuchronicle_cs.swf");
client3.loadMovie("interactive/spod_cs.swf");
client4.loadMovie("interactive/chicknecessities_cs.swf");

and so on.

The issue is that sometimes, this works perfectly. I load the page and the files load. Then, randomly other times, only parts of the external swfs load. All of the external swfs have static text on one layer, then a rollover movieclip on the others. The times when it doesn’t work correctly, usually the text loads, but the movieclips don’t.

I don’t understand why this isn’t working, but I need it to 100% of the time.

Any suggestions on how to make this work?

Issues while in flash, and viewing in all browsers…

Thanks.