Plugins and Mozilla RC3.

By Mark Nielsen

  1. Purpose
  2. Real Player
  3. Flash
  4. Acrobat Reader
  5. Plugger
  6. Conclusion
  7. References

Purpose

The purpose of this article is just to show how I installed various plugins with Mozilla. Getting all the basic plugins to work is one of the last things (besides a spellchecker) which I need to make it so I never use Netscape again. I installed Mozilla RC3 at /usr/local/mozilla and created a file called "/usr/bin/mozilla" with the following contents:
#export XENVIRONMENT=/usr/local/mozilla/Netscape.ad
export NPX_PLUGIN_PATH=/usr/local/Acrobat4/Browsers/intellinux
export PATH=/usr/local/Acrobat4/bin:$PATH
/usr/local/mozilla/mozilla

Real Player

Real Player was pretty easy. Just download the free Real Player and copy raclass.zip and rpnp.so to the mozilla plugins directory.

Flash Player

I downloaded the Flash Player and copied libflashplayer.so into the mozilla plugins directory.

Acrobat Reader

This was a little more complicated, but I was thrilled when I got a pdf document embedded into a webpage.
  1. Install Acrobat at "/usr/local/Acrobat4".
  2. Copy nppdf.so into the mozilla plugins directory.
  3. mv /usr/bin/mozilla /usr/bin/mozilla_old
  4. Create a /usr/bin/mozilla script with the following content:
    #!/bin/bash
    
    export NPX_PLUGIN_PATH=/usr/local/Acrobat4/Browsers/intellinux
    export PATH=/usr/local/Acrobat4/bin:$PATH
    /usr/local/mozilla/mozilla
    
  5. chmod 755 /usr/bin/mozilla

Plugger

Plugger is a really cool plugin that connects your browser to all sorts of stuff like audio files, postscript, excel document, word document, etc. Follow the instructions on how to install Plugger. At the end of the instructions, copy plugger.so into the mozilla plugins directory. I was using a RedHat 7.2 system.

After I installed plugger, I got the following to work:
PluginAt firstAfter installing more software
QuicktimenoYes, after I installed xanim. Very slow.
AVInoYes, after I installed xanim. Very slow.
MPGnoYes, after I installed xanim. Very slow.
FLInoYes, after I installed xanim. Very slow.
WAVyes as external 
Basic Audionono
MIDIyes 
Soundtrackeryes 
MPEG audio FIleyes 
MPEG_url fileyes as external 
CommadorenoYes, after I installed /usr/local/bin/sidplay
PNGyes, but mozilla already did this. 
TIFFyes 
Sun Rasteryes 
MS Bitmapyes 
Postscriptyes 
Acrobatyes, but I already got it to work. 
MS Wordyes 
MS Excelyes 

Conclusions.

None, other than this is great and I am glad I finally don't need Netscape for anything (I never really used it anymore anyways). The only thing I might recommend is not to use plugger for videos ,like mpeg, as it was just too slow. Gtv was much faster for mpeg compared to using plugger and xanim.

References

  1. http://fredrik.hubbe.net/plugger.html
  2. http://fredrik.hubbe.net/plugger/test.html

Mark works as an independent consultant at http://www.audioboomerang.com/ and donating time to causes like writing articles, writing free software, and working as a volunteer at eastmont.net.

Copyright © 6/2002 Mark Nielsen
Article