Jul 14, 2011

How To Install Flash Player 11 Beta For Chrome and Firefox

Adobe has released Beta 1 for Flash Player 11. This version don't brings new things compare to Windows version.


Things that are good in Flash Player 11 beta are 64bit version available and smother experience in full-screen.



Smother full-screen is main reason why you might want to test Flash Player 11 beta.

Here is how to install it.

First download Adobe Flash Player 11 Beta from labs.adobe.com

Extract archive in you home folder.

Open terminal and type:

For Firefox:

mkdir ~/.mozilla/plugins/ 
cp ~/libflashplayer.so ~/.mozilla/plugins
Done!
To remove it and switch to stable version:
rm ~/.mozilla/plugins/libflashplayer.so

Chrome:
sudo mv /opt/google/chrome/libgcflashplayer.so /opt/google/chrome/libgcflashplayer.so-backup  
sudo cp ~/libflashplayer.so /opt/google/chrome/libgcflashplayer.so
To remove it and switch to stable version:
sudo mv /opt/google/chrome/libgcflashplayer.so-backup /opt/google/chrome/libgcflashplayer.so

0 comments:

Post a Comment