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?
my_sound:Sound = new Sound();
my_sound.attachSound("sound1");
my_sound.onSoundComplete = function() {
};
my_sound.start();