Hey,
I can successfully attachMovies from a loaded external .swf, but I can't see and attach those movies outside of the loaded .swf.
Allow me to illustrate...
I've loaded the external file...
loadMovieNum("DesignToolUniform.swf", 1);
... and I'm dynamically attaching movies...
I haven't been able to find a definitive, helpful answer about this...
I'm loading several MC's dynamically using attachMovie. Now, these things are dynamically named, but I want to get the onRelease event of them. Here's what I have so far.
function importClips(movieClipArray)
{
xPos =...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.