0

I want to find an alternative to Flash for Mozilla Firefox. In Chromium I am using Pepper Flash which is great so I want to know if there is something similar for Firefox. I have found a lot of similar questions like [1][2] but most of them are outdated and the latest one proposes to stick to Flash. Until now I have come across Lightspark. It is any good? What is the best choice?

Adam
  • 2,638

1 Answers1

0

You can use Pepper Flash in Firefox too. For doing that, Start terminal and type following commands on terminal :

 sudo add-apt-repository ppa:nilarimogard/webupd8
 sudo apt-get update
 sudo apt-get install freshplayerplugin
orvi
  • 363