I have the newest Adobe flash player, but it still wont work!

I have the newest flash player, but I cant get it to work on the website pogo.com. it says: Your Adobe Flash Player is out of date

No need to panic, you just need the latest version of Adobe Flash Player to play this game. Please visit Adobe.com to update your version now.

Update Adobe Flash Player

Still experiencing issues? Check out Adobe's Flash Troubleshooting Guide

I am very new to linux, so this is probably an easy fix, but still need help! So please help! :)


Solution 1:

Sorry there is no fix for this. The latest Flash version provided by Adobe for Linux is 11.2. And pogo.com requires >11.7

As a workaround you could install a Windows version of e.g. Firefox in Wine or in a VM and use Flash for Windows with that. But that's quite ugly. I'd rather look for alternative websites/games.

Edit: Install Chromium with Pepper Flash

Open a Terminal with CTRL+ALT+T and type:

sudo add-apt-repository ppa:skunk/pepper-flash
sudo apt-get update
sudo apt-get install chromium-browser pepflashplugin-installer
echo ". /usr/lib/pepflashplugin-installer/pepflashplayer.sh" | sudo tee -a /etc/chromium-browser/default

Now open Chrome and go to chrome://plugins. If everything was correct you should see now Adobe Flash Player - Version: 11.8.XXX

Solution 2:

First you should check if flash player is properly installed:

sudo update-pepperflashplugin-nonfree --status

In browsers webkit engine based like Opera, only most appropriate way to flash player work is using PPAPI flash player interface supported by default in multiverse repository in Ubuntu, not adobe-flashplugin, full description how to do that is here. There is no need to install alternative repository like shown above.