[vlc] Browsers to display vlc
Marika Ludmann
marika.ludmann at zeraxis.com
Mon Jan 5 17:34:29 CET 2009
I am using a VLC plug in to display playlist.m3u files in the browser.
Could only get the plug in to work with FireFox and Opera.
The problem is, that opera only displays it 1 out of 10, it is otherwise
showing a white screen.
On the other hand FireFox displays it in the left hand side corner and
puts a white stripe on the right handside of the screen.
My html code looks like this.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE>ZAM</TITLE>
</HEAD>
</script>
<BODY bgcolor="black">
<embed type="application/x-vlc-plugin"
target="http://localhost:8080/ZAM/playlist/ZamOwner/zamplaylist.m3u"
pluginspage="http://www.videolan.org"
version="VideoLAN.VLCPlugin.2"
width="100%"
height="100%"
loop="yes"
id="vlc">
</embed>
</BODY>
</HTML>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc/attachments/20090105/85057cfa/attachment.html>
More information about the vlc
mailing list