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: [email protected]
[mailto:[EMAIL PROTECTED] On Behalf Of mthielman11
Sent: Friday, February 02, 2007 9:59 AM
To: [email protected]
Subject: [flexcoders] Module Loader progress bar
We have a large app we are building and decided to break it into
modules. We have the module loading after a user successfully
logins
in. After the login it changes states to a box that just
contains th
moduleLoader. Its all working fine except we get no feedback as
to
the progress of the module. Is there a way to make it appear
similar
to the way the flex swf progress appears when loading the flex
app? I
have tried, unsuccessfully to use the module loader code in the
docs.
Thanks