-1

strong text****strong textfirefox keeps asking me to install a flash player so I can play video but every time I try it says there is no plugin for this I need a flash player if I want to view video so how do I fix this using ubuntu 14.04 LTS

user271684
  • 1
  • 1
  • 3

2 Answers2

0

Google Chrome doesn't come up with Flash anymore. So you need to install it(as mentioned in the comment also)

sudo apt-get install pepperflashplugin-nonfree

It will work with Firefox also. You can install Adobe Flash Player from software center enter image description here

Ashu
  • 3,966
0

In Synaptic Package Manager or Ubuntu Software Center install

flashplugin-installer

or in terminal

sudo apt-get install flashplugin-installer
vasilis74
  • 129