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();
