Hey people!

I'm having here a bit wicked layout to dynamically load library assets with
which I have quite a problem.
My app works in following way:
1) I got plenty of external asset files stored on server which I request as
any of them need to be diplsayed;
2) I use Loader class to bring file to client side;
3) As it is done i store class definition of loader.content into variable;
4) And then whenever "anything" needs an instance of that object i'm
creating new piece of it by doing something like return new (resourceVar as
Class);

The problem is in a fact that with this workflow timeline code is not
working. I've tried to play with loaderContext but that is not it! To be
more precise if I try to interact with loaded asset while it's still inside
loader it works fine though if I extract class definition and then create
new instance timeline code is gone for good ... and that is a big problem
indeed!

thanks in advance!
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to