Hellou
1st Sorry for my English I am from Czech Republics
2nd I would like to ask for advice I would like VLC to play the file m3u file on the website. Please play back a script or instructions on how to do it.
Thank you all can help me.
Code: Select all
<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"
autoplay="yes"
target="http://server/streaming/playlist.m3u">
</embed>
<script language="Javascript">
var vlc = document.getElementById("vlc");
vlc.audio.toggleMute();
vlc.play();
</script>
</body>
Users browsing this forum: No registered users and 7 guests