Hey…Can someone give me the code to load movie clips in a movie at a specific location??? any help is appreciated. Thank you!!!
Howdy…
Create a new movie…
Create a movieclip and place it to the desired location, give an instance name of ‘holder’…
Use this script to load an external SWF file into the holder…
_level0.holder.loadMovie(“youExternal.SWF”);
Simple, eh???
does the holder movie clip have to be blank or …???
As it is said, that movieclip is merely an empty holder where you can feed whatever you want… It won’t make any difference whether you create an empty movieclip for it or you put a big square inside of it… Whatever in it will be replaced with your loaded external SWF file…