loadSound() issue

Hi,

This free MP3 host I use returns an image file in place of an MP3 file when the allowed bandwidth runs out. The image just reads “File is out of bandwith” or whatever. This causes a problem in Flash. If you load somefile.mp3 and an image header is returned it actually crashes Flash.

Is there a way to check for this? My logic tells me to set a timer and see if nothing loads after X amount of seconds but it’s actually loading the image as if it were a mp3 file. :deranged:

Thanks for taking the time to read this