Preloading dynamically loaded MP3's in Flash MX

Here is the scenario: I have a small juke box created. As you click buttons, it dynamically loadeds and steams mp3’s sitting on the server. The question is: There is some lag time from when you click and enough information is downloaded for the user to actually hear anything. Just wondering if I could throw a preloader on that would just let the user know what is going on until the mp3 actually starts playing. I read the huge tutorial on Flash Kit talking about sound, but in this author’s words it reads, “The preloader described here will work for event and streaming MP3’s. However, it’s not logical to build a preloader for a streaming sound, as it will start playing before the preloader reaches 100 percent.” Well, I kind of want it to be logical, but need the right code.

Thanks in advance…