myLoader.contentLoaderInfo.addEventListener(Event.COMPLETE, myFunc); myLoader.load(MyUrl); function myFunc(e:Event):void { загрузился }