I'm creating some modules that are optionally loaded during application startup. It works, but I am having problems determining when the module is ready. Initially I imagined that ModuleEvent.READY would tell me when my module was loaded and created, but it seems that's not the case - it only tells me the swf file has been loaded. Is there anything I can use to tell me a module is *really* ready, ie created as well as loaded?
Guy

