Top "Mute" questions

How to mute an html5 video player using jQuery

I've found how to pause and play the video using jquery $("video").get(0).play(); $("video").get(0).pause(); But I can't …

javascript jquery html video mute
Muting an embedded vimeo video

On a website I am building I have a vimeo video embedded. The client needs to keep the sound on …

html vimeo vimeo-api mute vimeo-player
Video mute/unmute with jQuery

I'd like to make a mute/unmute button in jQuery. I've done some searching on Stackoverflow and this is what …

jquery video mute
How can I mute/unmute my sound from PowerShell

Trying to write a PowerShell cmdlet that will mute the sound at start, unless already muted, and un-mute it at …

winapi powershell volume mute
How to control Windows system volume using JScript or VBScript?

I want to control the volume of my Windows system from a JScript or VBScript script. Any ideas? Also, can …

windows vbscript javascript volume mute
How to mute all sound in a page with JS?

How can I mute all sound on my page with JS? This should mute HTML5 <audio> and <…

javascript html flash audio mute
Mute the global sound in Android

Is there a method that can be used to mute the global sound from an application button?

android audio global mute
Linking to youtube muted - is there something like "&volume=0"?

I would like to include an easter egg link to youtube, that would start the video with no sound, is …

url youtube href volume mute
Android mute/unmute phone

My goal is to support 2 operations: mute phone (possibly with vibrations enabled/disabled), so when a call or sms is …

android android-permissions volume mute
A way to mute an iframe using jQuery or CSS?

Is there a way to mute the audio of an iframe using jQuery or CSS? This is the iframe I …

javascript iframe vimeo mute vimeo-api