Skip to main content
Dhanu007
Participating Frequently
May 28, 2009
Question

microphone mute

  • May 28, 2009
  • 1 reply
  • 4006 views

hai all,

how can i mute microphone using AS3?

    This topic has been closed for replies.

    1 reply

    June 2, 2009

    I know of two ways:

    1. Detatch the mic from the netstream

    2. Set the gain property of the microphone object to 0

    Keep in mind that with the gain setting, the user can override that by changing the mic level in the Flashplayer settings dialog.

    Dhanu007
    Dhanu007Author
    Participating Frequently
    June 3, 2009

    Hi,

    Second one is helpful.

    First one block sound in the entire session.

    thank you for your advice.

    Dhanu.