About Me

My photo
India
I am neither especially clever nor especially gifted. I am only very, very curious.

Sunday, August 22, 2010

VLC MEDIA PLAYER MANUALLY DOWNLOADING LINK..

<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>

1 comment: