Hi everybody. I need your help.

I´ve been searching the web about this but noone seems to give a good
answer to the problem.

I´m using several LoadClips at the same time to load multiple parts of different avatars in a blog: There are 7 loadClip() for each avatar and i´m loading 10 different avatars. Each piece is around 1kb.

If the user clicks on another area of the site,I need all avatars to stop loading so I can load the new area. The problem is that i get them to ignore the load,with unloadClip() but apparently they keep loading "in the background" until they´re done even if they won´t show. So, the new area i´m trying to load, won´t load until all of the others are done.

I have done several attempts and tests. I have tried to use unloadClip(), i´ve tried to load a "null" object instead, and I have also tried to remove the listeners. I have even tried all 3 at the same time!!! But none of them do the trick. Is there something i´m missing? Has anyone found this problem?

thanks!