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"
autoplay="no" loop="yes"
name="vlc"
target="file:///mnt/g/X-Files/1 season/1x00 - Pilot DVDRip.avi">
</embed>
<a href="javascript:;" onclick='document.vlc.play()'>Play video</a>
<a href="javascript:;" onclick='document.vlc.pause()'>Pause video</a>
<a href="javascript:;" onclick='document.vlc.stop()'>Stop video</a>
<a href="javascript:;" onclick='document.vlc.fullscreen()'>Fullscreen</a>
</body>
</html>
What's the problem? Thanks!