Looping sound not working

Hi,

Can anyone tell me why my externally loaded sound is not working?

mySound = new Sound();
_root.sound.sound_mc.mySound.loadSound("NYC.mp3", true);
_root.sound.sound_mc.mySound.start(0, 99);
gotoAndStop("stop");

GRRR!!!
Phil