Folks, FlashPlayer for Linux 7.0 r25 is released today!
->
Macromedia Flash Player Download Center LinuxWith the new version of Flash plugin, this trick is NO longer required. Enjoy.
PS: To install Flash plugin for multiple browsers, you can simply do by creating symlinks at the {browser path}/plugins directory, for example, here's how I installed FlashPlayer 7 for Linux on Mozilla-1.6 and Firefox:
1. Extract the file install_flash_player_7_linux.tar.gz
$ tar -zxvf install_flash_player_7_linux.tar.gz
2. Create a directory, and copy the plugin files into it:
Let's do it as root so we can allow system-wide access of the plugin:
$ su
# mkdir /usr/local/flash-plugin
# cp libflashplayer.so flashplayer.xpt /usr/local/flash-plugin
3. Enable the plugin for the browsers you desire:
# cd {path of browser}/plugins
# rm libflashplayer.so flashplayer.xpt
(Enter this
only if there's any prior version existed)
# ln -s /usr/local/flash-plugin/libflashplayer.so
# ln -s /usr/local/flash-plugin/flashplayer.xpt
Finished!