Hi,
I've been given a custom Fedora 7 (Moonshine) box with a stripped down version of it without yum, rpm, compiler and much more. I dont have control over what is included Im afraid as Im working on it "as is".
Im trying to get the Mozilla plugin (Firefox 2.0.0.14) for VLC 0.8.6g installed so I compiled the relevant libraries and vlc code in a seperate Fedora 7 (Moonshine) box and I got it working ok there.
Now what do I need to copy across/edit to the stripped down Fedora box to "enable" the Mozilla plugin? Could you give me some help?
about:plugins doesnt even give me the list of installed plugins so I have a hard-coded page to force the use of the vlc plugin (and not default mplayer):
...
<EMBED type="application/x-vlc-plugin"
pluginspage="http://www.videolan.org"
progid="VideoLAN.VLCPlugin.2"
name="NSPlayP" id="NSPlayP"
autoplay="false"
loop="no"
width="3" height="3"
hidden="no">
</EMBED>
...
Thanks in advance guys