Sound actions not working

Hi, ok this script works when viewed in my SWF but when I import the SWF to a master SWF, the script doesn’t work…

Can anyone help me?:slight_smile:

my_sound:Sound = new Sound();
 my_sound.attachSound("sound1");
 my_sound.onSoundComplete = function() {
 };
 my_sound.start();