RE: [flexcoders] Re: Module Loader

2007-11-30 Thread Alex Harui
Probably not, but it wasnt' clear to me that you needed to get your code loaded under the ModuleManager. I think you could just instantiate the module directly. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Gus Sent: Friday, November

RE: [flexcoders] Re: Module Loader

2007-11-28 Thread Alex Harui
There doesn't look like there's a way to plug that into the ModuleManager and it doesn't support loadBytes. If you look at the FlexModuleFactory and ModuleManager code, it appears that you can listen for the ready event and then call create() on the factory.