
Код AS3:
var context:LoaderContext = new LoaderContext(true);
context.applicationDomain = ApplicationDomain.currentDomain;
context.securityDomain = SecurityDomain.currentDomain;
var st:String = "http://blablabla";
picLoader.load(new URLRequest(st + Elements.getMovieName(vo.element) + "Pic" + vo.shirtPic + ".swf?ttl=" + vo.ttl), context);
В результате ничего не грузится и получаю ошибку:
SecurityError: Error #2000: No active security context.
Что я делаю не так?