Tuesday, May 5, 2015

Enable Flash


mkdir -p /opt/google/chrome/plugins

https://www.java.com/en/download/help/enable_browser_ubuntu.xml



https://helpx.adobe.com/flash-player/kb/enable-flash-player-google-chrome.html

Install Flash Player 11.2

Download the latest Flash Player from the Adobe site.
Unpack the installation file.

tar -zxvf flashplayer_11_plugin_debug.i386.tar.gz

The package contains the following:
libflashplayer.so
usr
Create a directory, plugins, in the Google Chrome's installation directory.
sudo mkdir /opt/google/chrome/plugins
Copy libflashplayer.so to the plugins directory.
cp libflashplayer.so /opt/google/chrome/plugins
Copy the Flash Player Local Settings configurations files to the /usr directory.
sudo cp –r usr/* /usr
Restart Google Chrome and enable system Flash Player.

No comments: