Hey guys, I've been trying to install the Firefox plugin for Mac OS X, which I downloaded from
here. I ran the installer package and closed and reopened Firefox and a plugin simply called "1.0.5" appeared in the add-ons menu, which I assume is it (since that's the release number on the website I linked), but it doesn't appear in about:plugins, and it doesn't work on my test page. I'm on OS X 10.6.8 running Firefox 18.0.1 (the most recent version). What am I doing wrong? Please tell me it's something dumb. I've been racking my brains.
Oh, and for what it's worth, here's my test code:
Code: Select all
<html>
<body>
<embed type="application/x-vlc-plugin"
name="video1"
autoplay="no" loop="yes" width="400" height="300"
target="VIDEO_TS/VIDEO_TS.vob" />
</body>
</html>