Try a lot of methods on the Internet, mostly copy libflashplayer.so, after trying, no use.
Finally, or from the Daniel found a way, in fact, is the chromium hint installation method, but chromium recommended to do with software updater, far from the command convenient.
Simply put, open terminal:
sudo apt-get install Pepperflashplugin-nonfree
sudo update-pepperflashplugin-nonfree--install
Or, recommend a better way to install Chrome, the Flash Player is working directly.
First, add PPA
Download and install key from Google Linux Repository (http://www.google.com/linuxrepositories/), or copy the following code into the terminal, enter, need the Administrator password
Wget-q-o-https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add-
After the key is installed, enter it at the terminal:
sudo sh-c ' echo ' deb http://dl.google.com/linux/chrome/deb/stable main ">>/etc/apt/sources.list.d/ Google-chrome.list '
Second, update
In Terminal input:
sudo apt-get update
Third, installation
Install the stable version of Chrome at terminal input: sudo apt-get install google-chrome-stable
Install the beta version of Chrome at terminal input: sudo apt-get install Google-chrome-beta
Install the unstable version of Chrome at terminal input: sudo apt-get install google-chrome-unstable
Done, everything!
The following are the reasons for the bad use of the previous Chromium installation Flash Player (reproduced below):
Http://www.linuxidc.com/Linux/2014-01/95736.htm
Flash Player for Linux has stopped updating since 11.2, and currently the Flash Player under the Linux platform can only be updated with Google chrom PPAPI (Pepper Flash Player) (Chrom E only) (this version is only maintained by Adobe), and other browsers, including chromium, can only use Flash Player 11.2.
However, since Chromium announced that it would abandon the old standard (NPAPI), the original Flash Player will not be able to run in Chromium, so decided to use Pepper Flash Player in Chromium, this Pepper flash P Layer is available for Chromium by downloading Google Chrome and then extracting it.
Currently, this installer has been included in the Ubuntu 14.04 official source (imported from the Debian source).
Ubuntu 14.04 users can install Pepper Flash Player for Chromium with the following command:
sudo apt-get install Pepperflashplugin-nonfree
sudo update-pepperflashplugin-nonfree--install
If you want to use the Beta version of Pepper Flash Player in Google Chrome, you can change the second command to:
sudo update-pepperflashplugin-nonfree--install--beta--unverified
If you want to use Pepper Flash Player in a non-stable version of Google Chrome, you can change the second command to:
sudo update-pepperflashplugin-nonfree--install--unstable--unverified
If you want to uninstall this Flash Player, execute the following command:
sudo update-pepperflashplugin-nonfree--uninstall
Transfer from http://blog.csdn.net/lainegates/article/details/27830333
Ubuntu 14.04 installs Chrome and installs Flash Player for chromium