On 3/6/07, Roger Gonzalez <[EMAIL PROTECTED]> wrote:
The module (the SWF and the class factory it contains) are only ever loaded/instantiated once, ever, no matter how many times you call "load". ModuleLoader, on the other hand, creates -instances- using the module's class factory, and adds them as a child.
Yeap, sorry. I didn't meant load for "download". You're right, I should have said new instance (that's what ViewStack is aiming for, have only one instance of that loaded Module). []s Fabio

