т.е. для каждой загружаемой флешки следует задать свой loaderContext?

Код AS3:
_loader.add(_uri1.toString(), { id: "asset1", context: new LoaderContext(false, new ApplicationDomain()) });
_loader.add(_uri2.toString(), { id: "asset2", context: new LoaderContext(false, new ApplicationDomain()) });
_loader.addEventListener(BulkLoader.COMPLETE, _assets_complete_func);
_loader.addEventListener(BulkLoader.ERROR, _assets_error_func);
_loader.addEventListener(BulkLoader.PROGRESS, _assets_progress_func);
_loader.start();
как-то так?