PDA

View Full Version : External sound file will not load



motionographer
26 Aug 2009, 09:35 AM
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();