Forum Moderators: bakedjake
With the newer flashplayers from MM I think there is a script that will move the flash player for you, but you still need to know the path to your mozilla plugin folder.
What browser are you trying to do this with?
There should be a couple of readme files in the unzipped folder.
john@localhost:~$ locate 'mozilla/plugin'
/usr/lib/mozilla/plugins
/usr/lib/mozilla/plugins/libflashplayer.so
/usr/lib/mozilla/plugins/libnullplugin.so
/usr/lib/mozilla/plugins/mplayerplug-in.so
/usr/lib/mozilla/plugins/ShockwaveFlash.class
/usr/lib/mozilla/plugins/flashplayer.xpt
/usr/lib/mozilla/plugins/javaplugin_oji.so
/home/john/.mozilla/pluginreg.dat
/home/john/.mozilla/plugins
From inside the "install_flash_player_X_linux" folder you now copy the flashplayer into the mozilla plugin directory like this:
'cp libflashplayer.so /usr/lib/mozilla/plugins/'
That's my path, yours may be different. You may also want to copy it into more than one place if you have more than one browser installed.
Alternatively you can put it locally:
'cp libflashplayer.so ~/.mozilla/plugins/'
HTH...
The first command means "run the file in the same directory as this one". We know that this is an excutable file as it has ".bin" (for binary) on the end.