I have flash web

http://ncdjparty4u.com/test-logo-cool.html

Click on the video, and video will show up. When I turn off sound on right top, then video sounds won't come out. I want video sound to come out even though I turn off music sound off. How can I do that?

Here is script in music flash action

In Layer 8 on frame 1

Stage.align = "TL";
Stage.scaleMode = "noScale";
load2._x=int(Stage.width - 190)+0.0;
sizeListener = new Object();

sizeListener.onResize = function() {



load2._x=int(Stage.width - 190)+0.0;
//load2._y=int(Stage.height/2)+0.0;


};
Stage.addListener(sizeListener);


In Layer 8 on frame 2

stop();
load2.gotoAndPlay("s1");
load2._x=int(Stage.width - 190)+0.0