here's the code i'm using:
Code: Select all
<html>
<head><title>Demo of VLC mozilla plugin</title></head>
<body>
<h1>Demo of VLC mozilla plugin - Example 2</h1>
<embed type="application/x-vlc-plugin"
name="video1"
autoplay="yes" loop="yes" width="400" height="300"
target="http://127.0.0.1/Toxic.mp3" />
<br />
<a href="javascript:;" onclick='document.video1.play()'>Play video1</a>
<a href="javascript:;" onclick='document.video1.pause()'>Pause video1</a>
<a href="javascript:;" onclick='document.video1.stop()'>Stop video1</a>
<a href="javascript:;" onclick='document.video1.fullscreen()'>Fullscreen</a>
</body>
</html>
I have the plugin installed, but i am using the zip version of VLC and firefox also. I have copied npvlc.dll and vlcintf.xpt by hand in the firefox plugins directory. Do they contain everything that is needed for the plugin to work or it needs some paths to the vlc directory or something else?
I am interested in making the plugin work in firefox only i don't need IE, mozilla or anything else. I have tried everything i managed to find in this forum, but nothing works - there is no indication that there is any plugin on the page. I see the plugin in the about:plugins.
I use Firefox 1.5.0.2 and VLC 0.8.4a.
Firefox extensions installed are:
Console2 - v0.3.4
DevBoi - v0.5.1
Some DevBoi packages
MozrefSidebar - v0.5
ExtensionDeveloper
and an extension i am developing.
I would appreciate any help.
Thanks