> The problem is that, if you
> remove the movieclip to where you are loading content before content as
> loaded, onLoadInit is never called, and the next images won't be 
> loaded.

In Ralf's code there is a timeout script that will be called for any 
error.

BTW, I don't anderstand why you don't block other loading until the 
current asset is not totally loaded.
Make a proxy that will save the next queue to load.

Since it's a queue, you just have to delete the other waiting medias 
that were coming after.
Then, when receiving the onLoadComplete event, recreate the queue based 
on the proxy.

If this process is not suitable, just don't rely on onLoadInit to 
launch your app.
In LoaderQueue from Bokel it's possible to get event on a media basis.

Best luck

-----------
erixtekila
http://blog.v-i-a.net/


_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to