[_] Shared library freezing !
Nick Brown
nick at shura.org
Tue Jul 18 11:10:27 BST 2006
On Mon, July 17, 2006 1:44 pm, Dan Course said:
> Hi [_] hot people,
>
> Has anyone had this before? And is there a better way to be dealing
> with shared objects? I've tried the loadMovie and the MovieClipLoader
> Class, but they don't load the movies into the library, just to the
> stage...
I load shared libraries using loadMovie (or similar) before they're needed
on stage - you can remove them once they've finished. Flash chokes on
large shared libraries plus you can't detect when they've loaded or any
other event. Preloading them gives you this control as it seems to force
the asset into memory as a shared library as well as being dynamic
content.
Cheers,
Nick