pl.add(new PXGraphicLoader(),s.split(".")[1],new URLRequest("assets/swf/"+s),PXLoaderContext.getInstance());
}
But the PXLoaderContext does not seem to get passed on to the PXGraphicLoader as the global application domain is not able to give me the definition in the swf.
When I do it only with one PXGraphicLoader it works, using PXApplication.getInstance().loaderInfo.applicationDomain.
Any idea?