64-bit Firefox npwrapper (npviewer) plugin allows the 32-bit version
of Flash Player run in 64-bit Firefox. But it lock up all the time and
eating CPU cycles all the time.
How to kill npviewer process:
for name in $(ps ux | awk '/npviewer.bin/ && !/awk/ {print $2}'); do kill "$name"; done
Install firefox plugin: noscript or flashblock will solve the problem.
Download 64 bit flashplayer here:
sudo yum install flash-plugin libflashsupport
http://www.cyberciti.biz/tips/linux-install-flash-player-10.html
wget http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_10_linux.tar.gz
extract and copy libflashplayer.so to /usr/lib/mozilla/plugins/libflashplayer.so
Notes:
Seems the 64 bit player still not work right now for firefox
http://labs.adobe.com/downloads/flashplayer10.html
No comments:
Post a Comment