We must load content into our SecurityDomain if we want its
ApplicationDomain to be a child of ours. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4437 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -320,9 +320,9 @@ public class MediaContainer extends Box
|
|||||||
protected function getContext (url :String) :LoaderContext
|
protected function getContext (url :String) :LoaderContext
|
||||||
{
|
{
|
||||||
// We allow content to share but not overwrite our classes
|
// We allow content to share but not overwrite our classes
|
||||||
return new LoaderContext(false,
|
return new LoaderContext(true,
|
||||||
new ApplicationDomain(ApplicationDomain.currentDomain),
|
new ApplicationDomain(ApplicationDomain.currentDomain),
|
||||||
null);
|
SecurityDomain.currentDomain);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user