Answered
AS3 FLV sound doesn't stop
I have a swf with 4 scenes, in each scene there's a FLV
video. I have buttons going to prevScene and nextScene and when go
back and forward I hear the sound of another FLV, any ideas?
the code for the buttons (for example) is
button1.addEventListener(
MouseEvent.MOUSE_UP,
function(evt:MouseEvent):void {
myPlayer.stop();
SoundMixer.stopAll();
prevScene();
}
);
the code for the buttons (for example) is
button1.addEventListener(
MouseEvent.MOUSE_UP,
function(evt:MouseEvent):void {
myPlayer.stop();
SoundMixer.stopAll();
prevScene();
}
);