Ok I have this code for a song that I have streaming on keyframe 1… I have a second song streaming on keyframe 2… I was attempting with the following code to goto keyframe 2 and start playing the second song after the first one was completed with the following code… but now its now working at all and im getting an output of “};”
the code:
stopAllSounds();
mySound = new Sound();
mySound.loadSound(“Blazing.mp3”, true);
mySound.onSoundComplete = function(“Blazing.mp3”, true) {
};
gotoAndPlay(2);
anyone have an idea?
thanks