How to play the same sound file through the scenes?

if i have a mp3 file and i attach it to the movie by this code:

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

how to play the mp3 file through the scenes without stop it and repeat it again from the first???
thank you guys:D