Если lоader в песочнице REMOTE, то loаdee будет загружен в другой SecurityDomain.

Код AS3:
const loader: Loader = new Loader();
const lc: LoaderContext = new LoaderContext(false, ApplicationDomain.currentDomain);
lc.securityDomain = Security.sandboxType == Security.REMOTE ? SecurityDomain.currentDomain : null;
loader.load(new URLRequest("module3.swf"), lc);