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  Announcements and General Discussion / Fabrication / Solved: Multiple flash modules at the same time on: April 02, 2009, 08:25:25
Hi just found there is a fabrication section,

I have a minor problem with multiple flash modules.
Seems that only the first module that is loaded into the shell works, so I can't get notification bodies from
the rest of the modules. The notifications seem still to trigger.

If I don't define router, routeNotifications won't go between modules (I use wildcard for recipient).
When I define it, only the first module that is loaded works.

Any pointers to the right direction are appreciated!

:
var module:FlashApplication = navModuleLoader.content as FlashApplication;
module.router = applicationRouter;
module.defaultRouteAddress = applicationAddress;


ps. fabrication is a very, very nice utility! thanks
Pages: [1]