Code: Select all
<embed type="application/x-vlc-plugin" name="streamfree" autoplay="yes" loop="no" target="XXX" height="240" width="320">
<br>
<a href="javascript:;" onclick="document.streamfree.play()">Play Stream</a>
<a href="javascript:;" onclick="document.streamfree.pause()">Pause Stream</a>
<a href="javascript:;" onclick="document.streamfree.stop()">Stop Stream</a>
<a href="javascript:;"
onclick="document.streamfree.fullscreen()">Fullscreen</a>
</br>
Code: Select all
<embed type="application/x-vlc-plugin" name="streamfree" autoplay="yes" loop="no" target="XXX" height="240" width="320">
<br>
<a href="javascript:;" onclick="document.streamfree.play()">Play Stream</a>
<a href="javascript:;" onclick="document.streamfree.pause()">Pause Stream</a>
<a href="javascript:;" onclick="document.streamfree.stop()">Stop Stream</a>
<a href="javascript:;"
onclick="document.streamfree.fullscreen()">Fullscreen</a>
</br>
Code: Select all
<a href="javascript:;" onclick="document.streamfree.play()">Play Stream</a>
<a href="javascript:;" onclick="document.streamfree.pause()">Pause Stream</a>
<a href="javascript:;" onclick="document.streamfree.stop()">Stop Stream</a>
<a href="javascript:;" onclick="document.streamfree.fullscreen()">Fullscreen</a>
<a href="javascript:;" onclick="document.streamfree.add_item()">Playlist</a>
Code: Select all
<br>
<a href="javascript:;" onclick='document.streamfree.play()'>Play Stream</a>
<a href="javascript:;" onclick='document.streamfree.pause()'>Pause Stream</a>
<a href="javascript:;" onclick='document.streamfree.stop()'>Stop Stream</a>
<a href="javascript:;" onclick='document.streamfree.mute()'>mute</a>
<a href="javascript:;" onclick='document.streamfree.fullscreen()'>Fullscreen</a>
<a href="javascript:;" onclick='document.streamfree.add_item("myplaylist")'>Playlist</a>
<a href='document.streamfree.add_item("myplaylist")'>Playlist2</a>
</br>
Code: Select all
<a href='javascript:document.streamfree.add_item("http://web.mit.edu/alecr/www/cwf/soundtrack.m3u")'>Playlist</a>
Code: Select all
<a href="javascript:;" onclick='document.streamfree.play()'>Play Stream</a>
<a href="javascript:;" onclick='document.streamfree.pause()'>Pause Stream</a>
<a href="javascript:;" onclick='document.streamfree.stop()'>Stop Stream</a>
<a href="javascript:;" onclick='document.streamfree.mute()'>mute</a>
<a href="javascript:;" onclick='document.streamfree.fullscreen()'>Fullscreen</a>
<a href='javascript:document.streamfree.add_item("http://xxx.free.fr/tv/playlist.m3u")'>Playlist</a>
Code: Select all
http://web.mit.edu/alecr/www/mp3/concern-s.mp3
http://web.mit.edu/alecr/www/mp3/damo-s.mp3
Yes, i can modify, my playlist, save, and open, and play in my normal vlc.
Can you post a few entries of your playlist. Does it play in the normal vlc (Playlist - Open Playlist)? Or can you build a playlist in vlc and save it, then use that in your website?
Code: Select all
<!--#include file="playlist.m3u" -->
Just add the following in your html (your server must support SSI):Code: Select all
<!--#include file="playlist.m3u" -->
Code: Select all
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>.: JBO Streaming V 1.0 :.</title>
</head>
<body>
<div class="page"></div>
<div class="screen">
<embed type="application/x-vlc-plugin" name="streamfree" autoplay="yes" loop="no" target="http://xxx" height="240" width="320">
</div>
<br>
<a href="javascript:;" onclick="document.streamfree.play()" ><IMG src="boutons/play.png" border="0" hspace="13"></a>
<a href="javascript:;" onclick="document.streamfree.pause()"><IMG src="boutons/pause.png" border="0" hspace="13"></a>
<a href="javascript:;" onclick="document.streamfree.stop()"><IMG src="boutons/stop.png" border="0" hspace="13"></a>
<a href="javascript:;" onclick="document.streamfree.fullscreen()"><IMG src="boutons/fullscreen.png" border="0" hspace="13"></a>
<a href='javascript:document.streamfree.add_item("http://xxx/test/playlist.m3u")'>Playlist</a>
</br>
</body>
</html>
Code: Select all
<table width="100%">
<tr>
<td width="50%"> <embed type="application/x-vlc-plugin" name="v1" width="200" height="200" /> </td>
<td width="50%"> <!--#include file="soundtrack.m3u" --> </td>
</tr>
</table>
Users browsing this forum: No registered users and 40 guests