2009年8月16日 星期日

Google chrome use flashplayer on ubuntu

1.Download google chrome first and install package.
google-chrome-unstable_current_i386.deb
http://www.google.com/chrome/intl/en/eula_dev.html?dl=unstable_i386_deb

2. locate libflashplayer.so
/usr/lib/adobe-flashplugin/libflashplayer.so

3.now in /opt/google/chrome/ Create the "plugins" directory
cd /opt/google/chrome/
sudo mkdir plugins

4.Copy the shared library over to this directory
cd /opt/google/chrome/plugins
sudo cp /usr/lib/adobe-flashplugin/libflashplayer.so libflashplayer.so

5.Run google-chrome with the --enable-plugins option
$google-chrome --enable-plugins

3.1.or made a symbolic link under google chrome folder
cd /opt/google/chrome/
sudo ln -s /usr/lib/adobe-flashplugin/libflashplayer.so

then do step 5.

沒有留言:

張貼留言