I am having trouble trying to figure out how to load/unload movie clips without the use of a button and without just placing the movieclip on the main timeline (and allowing it enough frames to play) I would appreciate any advice on how to do this, or where to find instructions on how to do this. Thank you!
Also- I do know how to load as url, but wanted to be able to load without making the movie clip a seperate swf file.
clip is in library
right-click,
select “linkage”
give it a name and check “export for AS”/“export in 1st frame”
use anytime with attachMovie(“nameGivenAsLinkage”, clipYouWantToAttachTo)…check the flash help on attachMovie, and linkage identifiers…