How can i repeat the sound?

i use this code to attach a sound to my project

var my_sound:Sound = new Sound();
my_sound.loadSound(“data/music1.mp3”,true);

how can i repeat the sound?, what must i do?
and what actions i must use to stop this sound? not all sounds, but one i chose
thank you guys