Answer the question
In order to leave comments, you need to log in
How to turn off sound in VLC on page load?
I load several vlc plugins in the html page
<embed type="application/x-vlc-plugin" src="udp://@xxx.xxx.xxx.xxx:xxxx" width="285" height="200" id="vlc1">
<embed type="application/x-vlc-plugin" src="udp://@xxx.xxx.xxx.xxx:xxxx" width="285" height="200" id="vlc2">
...
<embed type="application/x-vlc-plugin" src="udp://@xxx.xxx.xxx.xxx:xxxx" width="285" height="200" id="vlcn">
Answer the question
In order to leave comments, you need to log in
var vlc = document.getElementById("vlc1");
vlc.audio.mute = false;
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question