Hello,
I try to play a video in my browser but it doesn't work. the plugin tell : "waiting for video"
I'm using firefox 3.6.3 and plugin version is 1.0.5.
the video "parasites" is in the same dir of vlc.html (http://192.168.1.5:8000/vsm/vlc.html)
<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");
document.write("</br>" + vlc.versionInfo());
vlc.playlist.add("parasites.avi");
vlc.playlist.play();
-->
</script>
</body>
</html>
Thanks for your responses