PureMVC Architects Lounge

Announcements and General Discussion => Architecture => Topic started by: shizny on November 14, 2009, 12:50:35



Title: component build with pure mvc loaded into fla built with mvc
Post by: shizny on November 14, 2009, 12:50:35
Hello,

I have written a component with pure mvc (single core) and am trying to load it into a swf that is build using pure mvc single core as well.  I can only instantiate one instance of applicationfacade, either I use the component mvc and it breaks the shell swf mvc or I use the shell pure mvc and it breaks the component mvc.  So, this sounds to me like I'm going to need to use the multi-core version of pure mvc.  Here are my questions....

1.  Does only the shell swf need to be multicore or do both the component and shell need to use multi-core?
2.  Do I actually need multicore or is there another way of getting around this.

I guess that is it.  Am I on the right path with my thinking?

Thanks,
Josh


Title: Re: component build with pure mvc loaded into fla built with mvc
Post by: puremvc on November 15, 2009, 12:24:45
You'll want to use MultiCore throughout.

-=Cliff>


Title: Re: component build with pure mvc loaded into fla built with mvc
Post by: shizny on November 15, 2009, 01:29:23
Thank you sir :)