PureMVC Architects Lounge

PureMVC Manifold => MultiCore Version => Topic started by: kevinhammer on May 16, 2008, 09:17:19



Title: Pure AS3 Demo with External Modules
Post by: kevinhammer on May 16, 2008, 09:17:19
I've seen some posts on the topic, but I can't seem to find any demos. Does anyone have some code they'd like to share? I need to build a demo that satisfies the following requirements:

  • built in pure AS3, no flex
  • loads a config file identifying the available modules
  • presents a menu of the available modules to load
  • using the menu, you can load/unload the module onto the stage
  • modules are separate swfs built using the class exclude option so module swfs can share classes from the shell swf

If anyone has a samle to share or even some snippets, I'd be grateful.

Great docs, great concept. Nicely done Cliff.


Title: Re: Pure AS3 Demo with External Modules
Post by: riafan on May 23, 2008, 10:45:11
Kevin,
  I've posted a quick demo at http://dluminosity.com/blog/2008/05/24/as3-puremvc-dynamic-modules/ (http://dluminosity.com/blog/2008/05/24/as3-puremvc-dynamic-modules/).

  I didn't take the time to build a menu system.

 It's one possible approach, keep an eye on the Pipes utility Cliff is working on :)