My attempt?:
var myBoolean:Boolean = new Boolean;
if(myBoolean == true) {
myVideo.volume = 70;
} else {
myVideo.volume = 0;
}
and on the button
on(release){
gotoAndStop("OFF");
_root.myBoolean = true;
}
|
Results 1 to 3 of 3
Thread: flv mute/unmute playbackThreaded View
|
Click Here to Expand Forum to Full Width |