[flexcoders] unload module but flexmodulefactory remains ?

2008-12-28 Thread rockorgames
hm i have this sample app where it simples loads/unloads a simple module.. when executing in profiler the instance of the module a gets removed without a problem.. but the instance of _a_mx_core_flexmodulefactory only goes up.. when first start the app the instance of

Re: [flexcoders] unload module but flexmodulefactory remains ?

2008-12-28 Thread claudiu ursica
info.removeEventListener(ModuleEvent. READY, modEventHandler)?? before setting it to null HTH, Claudiu From: rockorgames eguilhe...@gmail.com To: flexcoders@yahoogroups.com Sent: Saturday, December 27, 2008 9:20:13 PM Subject: [flexcoders] unload module