Sound loading problem

As many of you may know, flash doesn’t like sounds mixed with preloaders. In an attempt to create a preloader for my whole movie, with sound, I followed this tutorial: http://www.kennybellew.com/tutorial/preload_attachsound.htm

It all worked fine, apart from a few hitches - I had to create a few empty frames at the beginning of the movie, to ensure that flash didn’t give me a “NaN” error when trying to calculate the size of the sound file. However, I’ve come across a problem I can’t solve.

I had tried to make a sound (loaded from the external sound movie) that looped during the preloader. However, when I did, the whole preloader stopped working again - it was loading the sounds before the preloader graphics. I thought, it’s probably just because I’ve put some code before the preloader to start the sound loop. So, I deleted the code, and got rid of the sound.

…However. The movie keeps loading at this frame, even though there’s nothing in it. It doesn’t make sense, and I don’t know how to fix it. I’ve double and triple checked that there’s no actions in the frame, but the external sound movie is still loading before the preloader.

Sorry if I’m incoherent, I’m just posting this up in the hope that someone might have encountered the same problem.

Thanks in advance for anyone who replies! :smiley: