elfboy999
August 14th, 2003, 04:05 PM
I got this off a website on how to get flash working in mozilla.
Did this with Mozilla 0.9.8, as supplied with Mandrake Linux 8.2.
It'll likely work with other versions too.
After following these instructions and installing the Flash plug-in you'll need to restart Mozilla for it to be available. There doesn't seem to be any way to skip the need to restart.
Go to the Macromedia Flash plug-in download site and download the plug-in for Linux:
http://www.macromedia.com/shockwave/downlo...ternates/#linux (http://www.macromedia.com/shockwave/download/alternates/#linux)
Save the plugin file to your filesystem in a temporary location. This file is a compressed archive of the Flash Player plug-in files.
Extract the files from this archive:
$ tar zxfv flash_linux.tar.gz
flash_linux/
flash_linux/libflashplayer.so
flash_linux/README
flash_linux/ReadMe.htm
flash_linux/ShockwaveFlash.class
Create the directory where Mozilla expects to find the Flash plug-ins, then move the files into place:
$ su
Password: type in your root password
# mkdir -p /usr/lib/mozilla/plugins
# cd flash_linux
# mv libflashplayer.so /usr/lib/mozilla/plugins
# mv ShockwaveFlash.class /usr/lib/mozilla/plugins
If you're using Linux, change the file ownership like this:
# chown -R root.root /usr/lib/mozilla
If you're on Solaris INTEL, use this command instead:
# chown -R root:root /usr/lib/mozilla
Continuing on...
# chmod 644 /usr/lib/mozilla/plugins/*
If you'd like to read Macromedia's README file, do so:
# more README
# exit
$ rm -rf flash_linux
Then you need to restart Mozilla.
The Flash plug-in should now load automatically when needed, so have fun!
WTF, i have not a clue what any of that is. Can someone plese siplify this for me.
Did this with Mozilla 0.9.8, as supplied with Mandrake Linux 8.2.
It'll likely work with other versions too.
After following these instructions and installing the Flash plug-in you'll need to restart Mozilla for it to be available. There doesn't seem to be any way to skip the need to restart.
Go to the Macromedia Flash plug-in download site and download the plug-in for Linux:
http://www.macromedia.com/shockwave/downlo...ternates/#linux (http://www.macromedia.com/shockwave/download/alternates/#linux)
Save the plugin file to your filesystem in a temporary location. This file is a compressed archive of the Flash Player plug-in files.
Extract the files from this archive:
$ tar zxfv flash_linux.tar.gz
flash_linux/
flash_linux/libflashplayer.so
flash_linux/README
flash_linux/ReadMe.htm
flash_linux/ShockwaveFlash.class
Create the directory where Mozilla expects to find the Flash plug-ins, then move the files into place:
$ su
Password: type in your root password
# mkdir -p /usr/lib/mozilla/plugins
# cd flash_linux
# mv libflashplayer.so /usr/lib/mozilla/plugins
# mv ShockwaveFlash.class /usr/lib/mozilla/plugins
If you're using Linux, change the file ownership like this:
# chown -R root.root /usr/lib/mozilla
If you're on Solaris INTEL, use this command instead:
# chown -R root:root /usr/lib/mozilla
Continuing on...
# chmod 644 /usr/lib/mozilla/plugins/*
If you'd like to read Macromedia's README file, do so:
# more README
# exit
$ rm -rf flash_linux
Then you need to restart Mozilla.
The Flash plug-in should now load automatically when needed, so have fun!
WTF, i have not a clue what any of that is. Can someone plese siplify this for me.