Hey guys im wondering if its possible to mute sound playing from videos on a webpage or set the volume lower?
I have tried using javascript and failed using this code
HTML:RunJavaScript ( [[document.getElementById("videoSlot").volume = 0.0;document.getElementById("videoContainer").volume = 0.0;document.getElementById("videoPlaceHolder").volume = 0.0;]] )
No matter what the volume gets through altough if i press the mute button on the video player it works fine to mute but i want to start the video auto muted
Anyone?
Sorry, you need to Log In to post a reply to this thread.