Thanks for your answer, Ramon. I was thinking of writing such class myself... But, in fact, I need some different solution rather than superb loading queue :-).
Maybe I'll try to delete sound object which is downloading the mp3 track, - what do you think ? Yes, it's the most common case in this project: some music is downloading and this prevents/slow loading more imp't content. Ideally, I'd like to cancel loading music in this case. -- Best regards, GregoryN ================================ http://GOusable.com Flash components development. Usability services. > --------------- Ramon Tayag wrote: > > I made this SupreLoader class that loads different files that are > listed down in an xml. It's relies on the fact that the user's > computer will cache it, so when the user actually requests that file, > it needn't be downloaded anymore. > > It can be told to halt() when the downloading should be stopped (like > you need to download something more imp't). However, telling it to > stop for everything you want to prioritize, then telling it to > continue when ur done downloading is rather tedious. Furthermore, you > cannot stop a download that has already started (save for closing the > flash movie) - so the SupreLoader will only not continue downloading > the next item in the queue. > > I tried to make it automatic, but unfortunately, there is no way to > find out if you wish to remain within Flash. Outside of Flash, I > wouldn't know. > > > > -- > Ramon Miguel M. Tayag _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

