Make sure the modules have been built with the same libraries.
________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of bjorn - Sent: Thursday, June 14, 2007 12:46 AM To: [email protected] Subject: [flexcoders] VerifyError when loading a module I try to load a module using this code: var loader:ModuleLoader = new ModuleLoader(); loader.url = this._defaultModule + ".swf"; loader.addEventListener( ModuleEvent.READY, moduleReady ); loader.addEventListener( ModuleEvent.ERROR , moduleError ); loader.addEventListener( ModuleEvent.PROGRESS, moduleProgress ); loader.loadModule(); .. but I get this error: VerifyError: Error #1053: Illegal override of subtopic in mx.messaging.Consumer. at flash.display::MovieClip/nextFrame() at mx.core::FlexModuleFactory/::deferredNextFrame() at mx.core::FlexModuleFactory/::update () at mx.core::FlexModuleFactory/::moduleCompleteHandler() That doesn't give me much to work with. Anyone know what the problem is? Bjørn -- ======================== http://www.juicability.com <http://www.juicability.com> - flex blog http://www.43min.com <http://www.43min.com> - funny movies

