Default video sound is mute. But when i also can turn on from the volume bar.

I use FLVPlayback from CS 4 to input videos.
I need default sound is mute, but I can turn it on  when I need it from volume bar.
Please see my attachement:
Here is the AS:
stop();
button1.addEventListener(MouseEvent.CLICK,clickListener1);
function clickListener1(event:MouseEvent):void {
    gotoAndStop("30sec");
button2.addEventListener(MouseEvent.CLICK,clickListener2);
function clickListener2(event:MouseEvent):void {
    gotoAndStop("30sec2");

Yes,  I can change the volume from 100 to 0 at flvplayback component. If I do this, I can not turn on the sound anymore. The swf file will stay mute all the time.
I need an answer using AS3 to control player. It is more flexible.
video player default is mute. I can turn on the sound later from volume bar.
thanks
silky

Similar Messages

Maybe you are looking for

  • Simple TCP Client Program Problems

    The Code: import java.io.*; import java.net.*; class TCPClient {      public static void main(String argv[]) throws Exception           String sentence;           String modifiedSentence;           BufferedReader inFromUser = new BufferedReader(     

  • In the Apps "Pages" is there a tutorial for the Business Cards Templet?

    In the Apps "Pages" is there a tutorial for the Business Card Templet?

  • Need clarification on Price unit(MBEW-PEINH) in Accounding view

    Hi In field selection Group ( OMSR ) for the filed MBEW-PEINH it is defined under 033 when we select Accounting view for any material type under Creation or Change filed MBEW-PEINH  is showing as Display ( grey out ), even though it is defined as Opt

  • Protect PDF files with a password

    Hi everyone, Do you know if there's a way to protect PDF documents with a password? I don't mean those apps (e.g. Google Reader) that let you password-protect your files just while you're using/viewing them on the iPad, I'd like an app that if you wa

  • Get id of current connection

    Hello, i use in my application several connections. I need get id of current connection (in PL/SQL function ). How can i do it? Thanks in advance. Pawel Przybyla