You might want to look at this: http://bugs.adobe.com/jira/browse/SDK-14021
Make sure your module variable isn't local and instead saved somewhere so it isn't garbage collected! On Wed, Mar 10, 2010 at 4:11 PM, Peeyush Tuli <[email protected]> wrote: > > > have you added an error event listener to the IModuleInfo reference from > getModule to see if there is an error in loading the complete module? > > > On Wed, Mar 10, 2010 at 6:45 PM, Mayur <[email protected]> wrote: > >> >> >> I am having a problem with Module - SETUP event is not dispatched. >> >> Though I am getting the mdoule's PROGRESS event fully - continuous until >> all the bytes of the specified module are loaded. >> >> That means, the required module has fully reached at client side but I >> still I am not getting module's READY event. >> >> I am using ModuleManager to load modules dynamically with RSLs. >> >> Thanking in Advance, >> >> Mayur >> >> > > >

