Hello people,
I need to call upon your services again. Here is an explanation of the problem:
I have a masterFile (master.swf) which loads in a game file (game.swf). The game file uses an external library of images by externally loading an swf containing these images (Images/Game Images.swf).
master.swf loads in game.swf using MovieClipLoader. It has its own preloader using the onLoadProgress() method.
game.swf loads the image file in using the same method and also has its own preloader (using onLoadProgress()).
Now I want to know if it is possible to combine the preloader so that it only displays once for the loading of the 2 external swf’s. The file structure must remain the same however.
I hope I have explained it clearly enough.
Many thanks for the help and here are the example files.
[COLOR=#336699]http://rapidshare.com/files/22631704…AMPLE.zip.html[/COLOR]