Firstly, go to
FlashPlayer_download to download latest flash player available. Download the type named "tar.gz linux" And Save it on your Desktop.
2: Click on the install_flash_player_10_linux.tar.gz to extract libflashplayer.so to Desktop too.
3: (optional) check if you have already installed flash..
open up Terminal and type ..
sudo apt-get install flashplugin-installer
And follow the instructions on screen...
4: Say if you've installed flash, now we're going to create a plugins folder for google chrome. So type the following command in Terminal...
sudo mkdir /opt/google/chrome/plugins
which will create a directory called plugins
5: Then, we're going to paste the libflashplayer.so file from Desktop to that plugins folder... so type the following command in Terminal...
cd Desktop
which will take you to Desktop dir, then let's move the file to plugins
sudo cp libflashplayer.so /opt/google/chrome/plugins
copying libflashplayer.so file from Desktop to /opt/google/chrome/plugins/ . you may notice a space between .so and /opt
6: Now, it's time to tell google chrome to enable flash...
Go to google chrome from application menu and open up Edit Menu, or simply open Google Chrome Properties.
And make the following changes ...