[F8] stop loadMovie()?

Hi, and merry christmas everyone!

So here I am working during holidays and I’ve come across a rather annoying problem.

I have a big list of real-estate offers, each one has a small image, which I simply load with a loadMovie() action.

If the user clicks on one of these offers some more data (xml) is to be loaded and a page with the details is shown to the user.

The problem: No new data is loaded until all the small images have been loaded in the list, which creates a pretty big delay until the user sees the details-page. I really need to get rid of that.

Is there a way to stop the loadMovie() action? (Or any other way of doing this totally?)

I’ve tried doing removeMovieClip() on the movieclips which the images are loaded into
I’ve tried unloadMovie()
None of them work of course
:crazy: