Topic: External Sound File Will Not Load

Hi,

    I'm loading an external sound file, which is located in the same folder as my fla. I get an error message when I preview. Any help is greatly appreciated. Thanks ahead of time.

var snd:Sound = new Sound();
     snd.load(new URLRequest("test.mp3"));
   
    snd.play();

Re: External Sound File Will Not Load

hi,

what is the error message?
Is your mp3 file in the same folder as your compiled swf file?