Loop problem

i want to loop my sound whe it done playing but this code did’t do the trick.
anyone tell me whats wrong pls… thanks

var my_sound:Sound = new Sound();
my_sound.loadSound("song.mp3",true);
my_sound.start(0,99);

and one more thing. what if i want to add a few more song and loop.