I have been trying to find out how to access a library movieClip from a loaded swf.
So, lets say I have a main swf called "parent.swf" that is using a document class called "parent.as" that loads another swf lets call it "child.swf" which has a class called "child.as".
In "child.swf" library I have a movieClip lets call it "mClip"
So my question is how do I gain access to the child.swf's library "mClip" from the parent.as?