I AM TRYING TO PRELOAD AN MP3. RECENTLY I USED THE FALLOWING CODE, by the WAY THEY WILL LOAD WHEN A BUTTEN IS PREASSED.

on (press) {
loadSound("http://www.mysite.com/track1.mp3",_root.soundMC);<---THE MP3
}
on (press) {
_root.loadclip.play();<---clip of flashing text
}


SO THEN HERE I WANT THE CLIP THAT FLASHES THE TEXT, THAT ACTUALLY SAYS LOADING TO STOP WHEN THE MP3 IS LOADED AND STARTS PLAYING.

I know its something

if (something something)
_root.loadclip.gotoAndPlay a frame where the text isnt visible so it wont say loading any more couse the song is loaded.

YOu understand? anybody? if not ask me.

Thanx ALOT