Could someone plz clarify the following:
The structure I have is one where I have a main.swf which loads an external swf named say external1.swf. Then external1.swf loads external2.swf.
My question is when I remove external1.swf, is external2.swf also removed by proxy from the display list or do I have to explicity remove external2.swf using removeChild on the relevant loader?