I am loading external .swfs into a main .swf. Only one of the .swfs will be added to the stage and the main .swf will be removed using RemoveChild();.
Is it necessary to loader.unload all loaded external .swfs or does simply removing the child containing the loader do the work so everything that was loaded gets garbage collected?