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.