RE: [flexcoders] Module Loader

2007-11-28 Thread Alex Harui
can we see how you are getting the instance of the module factory? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Gus Sent: Wednesday, November 28, 2007 8:59 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Module Loader Hey

RE: [flexcoders] Module Loader progress bar

2007-02-02 Thread Roger Gonzalez
Yes, the module loading code dispatches loading events, so you can create a component that displays very similar to the Flex download progress bar. My preferred way to do it so that it is usable from MXML is to subclass ModuleLoader. -rg From: