Preloaders Problem- PLS HELP

Hi,

I am currently building a website and what i need to do is to call external swfs in an empty MC on the index page regarding which buttons of the nav you clicked on.

It works, very nicely. But then i need to be able to preload another swf on the index when i click on a thumbnail.

e.g: index load the “who.swf” first. On the who.swf there are 2 thumbnail and when click it must replace the “who.swf” with contact.swf. It works but the only problem is that i cant make the preloader of the index to preload the empty MC which load all the external swf.

Is it because i am using loadMovie and not loadCLip.

Any help will be most welcome.

Thanks for anyone that can help and for their time.

Many thanks again.

Jerome

I sorted it out.

Was through the use of a movieClipLoader. so when i click on a button on the external swf which is beign displayed in the index it will check its movieClipLoader and update the variable and call the preloader of the index.

Must also clear everything that hold external swf (in my case empty MovieClip).:stare:

glad you did it :)… anyways… you can always do it with loadmovie as well