Hi,
I have an external swf in which there are movieClip’s in the library that have the linkage setup so that I can use attachMovieClip and attach them to another movieClip.
The movieClip that the linked mc’s are attached to are in the main swf (that calls in the external). My problem is that when I run the main movie, it won’t attach the movieClip’s like it should… the only way I can get it to attach them is if I copy the mc’s in the library of the external swf into the main swf’s library.
I would like to avoid this to avoid slowing down load time of the main swf.
Any ideas on how I can accomplish this? It almost seems like when I am attaching the movieClip, I need to specify which library to use…?
Any tips/suggestions would be greatly appreciated.
Thanks,
-b.