You can see the customize:
Next, I have a local web when the VLC.html page as the following code:dshow:// :dshow-vdev="Logitech QuickCam Messenger" :dshow-adev="Logitech Microphone (Messenger)" :dshow-size="" :dshow-caching=200 :dshow-chroma="" :dshow-fps=0.000000 :dshow-config :no-dshow-tuner :dshow-tuner-channel=0 :dshow-tuner-country=0 :dshow-tuner-input=0 :dshow-video-input=-1 :dshow-audio-input=-1 :dshow-video-output=-1 :dshow-audio-output=-1
When in Firefox ou IE I open the http://127.0.0.1/VLC.htm, i don't see anything (in firefox I have a black square with the text (no video))!<html>
<title>VLC Mozilla plugin test page</title>
<body>
<embed type="application/x-vlc-plugin" pluginspage="http://www.videolan.org" version="VideoLAN.VLCPlugin.2"
width="640"
height="480"
id="vlc">
</embed>
<script language="Javascript">
<!--
var vlc = document.getElementById("vlc");
vlc.audio.toggleMute();
!-->
</script>
</body>
</html>
The error message in IE:
Translate: ('vlc.audio' is null or is not a object)