[flexcoders] Module Loader

2007-11-28 Thread Gus
Hey all... is there a way to load a module not from an url but an object instance? I have a zip file with a module, I unzipped it with the nochump zip libraries and obtain the instance of the factory for the module ( or at least is what it seems )... but then I canĀ“t find a way to pass it to the

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 all

[flexcoders] Module Loader progress bar

2007-02-02 Thread mthielman11
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

RE: [flexcoders] Module Loader progress bar

2007-02-02 Thread Roger Gonzalez
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of mthielman11 Sent: Friday, February 02, 2007 9:59 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Module Loader progress bar We have a large app we are building and decided to break