The docs say that you should extend from Module if you are using mxml and
ModuleBase if you are using Actionscript, but these Classes are drastically
different.  One is a subclass of EventDispatcher (similar to and Object) and
one subclasses LayoutContainer (similar to Container).  This is a very
important difference.  I've tried using actionscript to subclass Module and
it works perfectly fine.  Are the docs incorrect or is there a more subtle
reason why actionscript shouldn't extend Module?

- Dan

Reply via email to