Hi, I have an external sound file located in the same directory as my source file. I receive an error message when I preview. This is my code . . . any assistance is greatly appreciated. Thanks ahead of time.

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