Attachmovie

how would i use the attachmovie to do something simple like loading at an empty mc on the stage… basically what you would do for loadmovie… but i dont want to create seperate swf files.

attachMovie("idName", "instanceName", depth);

where “idName” is the linkage identifier in you assign to the mc in your library (right click and select Linkage, check off Export for ActionScript and type in a name).
“instanceName” is the instance name you want to give it and depth is… well depth haha, the level you want to load your clip into…
Hope that helped… I’d suggest using the AS reference in flash, it’ll tell you everything you need to know.

-K