Is there any possible way to load a movie and then use attachMovie to grab linked mc's from that movie?
I've got a bunch of mc's that I want to load into my project dynamically, and I need to have all the flexibility of using them as Movie Clips (using attachMovie, scaling them, referencing sub-clips, etc.). Is this possible???
My code is simple.
loadMovieNum("Source.swf", 5);
attachMovie("mc1_link", "attachedMovie", 10);
The first frame of the loaded movie shows up just fine at runtime, but attachMovie doesn't do anything.
I've set up all the linkage stuff in "Source.swf".
I have a movie clip in my library that's linked as "mc1_link".
This is leading me to believe that it's not possible to do what I want.
If so, could anyone offer any workarounds?
Thanks.
I've got a bunch of mc's that I want to load into my project dynamically, and I need to have all the flexibility of using them as Movie Clips (using attachMovie, scaling them, referencing sub-clips, etc.). Is this possible???
My code is simple.
loadMovieNum("Source.swf", 5);
attachMovie("mc1_link", "attachedMovie", 10);
The first frame of the loaded movie shows up just fine at runtime, but attachMovie doesn't do anything.
I've set up all the linkage stuff in "Source.swf".
I have a movie clip in my library that's linked as "mc1_link".
This is leading me to believe that it's not possible to do what I want.
If so, could anyone offer any workarounds?
Thanks.