0

Why is YouTube not working? I have downloaded and installed the packages ubuntu-restricted-extras and flashplugin-installer, but Chromium says “Could not load Shockwave flash”. Is there a way to fix this? I tried downloading Google Chrome but that didn’t work. YouTube also doesn’t work on Firefox.

How can I fix this?

TRiG
  • 1,910
user183549
  • 1
  • 1
  • 1
  • 2

2 Answers2

1

You do not have flash installed. It does not come pre-installed in Ubuntu. To install it open a teminal window (ctrl + alt + t) and type:

sudo apt-get install flashplugin-installer

If you are not familiar with using the terminal you can follow the instructions here.

tstew
  • 328
  • 1
    i have installed that flash plugin and ubuntu restricted extras yet youtube dosent work. – user183549 Aug 12 '13 at 21:57
  • @user183549 I don't have enough reputation to correct mark this as a duplicate, but I think this is a duplicate of this. You might be able to find help there. – tstew Aug 12 '13 at 22:10
1

Try this:

sudo apt-get install --reinstall flashplugin-installer

also since you are using chromium I recommend this:

sudo apt-get install chromium-codecs-ffmpeg-extra

The second one is especially important for html5 apps. Hope this helps you.

verpfeilt
  • 2,874