On Fri, May 15, 2009 at 2:04 AM, colin.shreffler <[email protected]> wrote:

> ModuleManager.getModule(_url).load(new ApplicationDomain(), 
> SecurityDomain.currentDomain)
>
> As soon as I do this however, I am getting the following error:
>
> "SWF is not a loadable module"
>
> If I use ModuleManager.getModule(_url).load() it works fine but then I have 
> the issue of each module running in a shared ApplicationDomain which isn't 
> what I want.

It doesn't look like this is supported: you can't load the module in a
separate application domain (which makes me wonder why the option
exists at all).

http://www.mail-archive.com/[email protected]/msg80560.html

Manish

Reply via email to