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

Pages: [1]
Print
Author Topic: Pure AS3 Demo with External Modules  (Read 7784 times)
kevinhammer
Newbie
*
Posts: 2


View Profile Email
« 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.
Logged
riafan
Courseware Beta
Jr. Member
***
Posts: 19


View Profile WWW Email
« Reply #1 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/.

  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 :)

Logged
Pages: [1]
Print