Futurescale, Inc. PureMVC Home

The PureMVC Framework Code at the Speed of Thought


Over 10 years of community discussion and knowledge are maintained here as a read-only archive.

New discussions should be taken up in issues on the appropriate projects at https://github.com/PureMVC

Show Posts

* | |

  Show Posts
Pages: [1]
1  PureMVC Manifold / Demos and Utils / Re: Modularity - a PureMVC AS3 MultiCore Demo on: June 05, 2008, 02:00:05
Hi Guys,
Yes... I think my current problem falls under this topic in loading/unloading of modules at runtime.

First I've been using PMVC Standard which even for someone still rookie to design paterns, it is a beauty to use.

Heres my quest:

The application which I need to use as a module is a videoplayer that I built in pmvc_standard, and later/now converted to  using the multicore libraries.
The task is to load this module on user request, alas runtime.

In my understanding so far I know i could register the module's mediator's and proxy's under the shell application's facade, but that would basicaly render it into one whole standard application, which kills the purpose of multicore.

So im a bit lost on what would be the best approach/solution to this.

Cheers,
Filipe
Pages: [1]