> ## Content Index
> Fetch the complete content index at: https://itsfoss.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# Fix Adobe Flash Player Issue in Chromium in Ubuntu
- URL: https://itsfoss.com/fix-flash-player-issue-chromium-in-ubuntu-14-04/
- Published: 2014-04-25T00:01:22.000Z
- Updated: 2023-01-11T09:56:07.000Z
- Author: Abhishek Prakash
- Tags: #Import 2022-12-26 08:27

One of the first few [things to do after installing Ubuntu 14.04](https://itsfoss.com/things-to-do-after-installing-ubuntu-14-04/ "14 Things To Do After Installing Ubuntu 14.04") is to install Adobe Flash Player. Normally, if you install [Ubuntu Restricted Extras](https://help.ubuntu.com/community/RestrictedFormats?ref=itsfoss.com), Flash Player should be working and you should be able to watch online videos from websites like You Tube etc.

But this might not be the case with Chromium and Ubuntu combination. While you can easily play You Tube videos etc on other web browsers such as Firefox, Chrome etc, in Chromium you will see Adobe Flash player missing notice:

**Adobe Flash Player is required to display some elements on this page. Install plug-in..**

[![Adobe Flash Player Issue with Chromium in Ubuntu 14.04](https://itsfoss.com/content/images/wordpress/2014/04/Flash_Player_Ubuntu_1404_Chromium.jpeg)](https://itsfoss.com/content/images/wordpress/2014/04/Flash%5FPlayer%5FUbuntu%5F1404%5FChromium.jpeg)

I have already shown you [how to install Adobe flash player on Ubuntu](https://itsfoss.com/install-adobe-flash-player-in-ubuntu-13-04/). Give it a try as it may work. If it doesn’t, go with this method.

## Reason for flash player issue exclusively in Chromium

The reason why this issue occurs only in Chromium is that until now Chromium used Netscape Plugin API for Flash support. Starting from Ubuntu 14.04, [Chromium will stop using Netscape Plugin API](http://blog.chromium.org/2013/09/saying-goodbye-to-our-old-friend-npapi.html?ref=itsfoss.com). Hence, you will face issues with Adobe Flash Player with Chromium.

Now, why this issue doesn’t occur with other web browsers? Answer is because they use Flash version 11.2.

## Fix Adobe Flash Player issue with Chromium

To fix this issue, we’ll be using Pepper Flash Player, a safer and more stable version of Flash Player from Google. 

An [Adobe Flash Player Pepper installer](https://wiki.debian.org/PepperFlashPlayer?ref=itsfoss.com) is available in [Ubuntu multiverse repository](https://itsfoss.com/ubuntu-repositories/). This installer downloads Google Chrome, extracts Pepper Flash Player and sets it up for Chromium usage.

To install Pepper Flash Player in Ubuntu, open a terminal and use the following commands:

```
sudo apt-get install pepperflashplugin-nonfree
sudo update-pepperflashplugin-nonfree --install
```

Restarting Chromium will do. No need of a system reboot. 

I hope this quick post helped you to fix Adobe Flash Player issue with Chromium. Any questions or suggestions are always welcomed. Ciao :)