Music

ok, when u mean URL do u mean the location of the .wav in my computer, or does it have to be on the internet?

i just tried putting the code in, it looks like this…

mySound = new Sound();
mySound.attachSound(“C:/my documents/my music/bgmusic.wav”);
mySound.onLoad = function () {
mySound.start(0, 999);
}

is something wrong?