How can I get shockwave flash to work on Ubuntu 12.04

The Flash Player can be installed from the Multiverse repository: sudo apt-get install flashplugin-installer. You need to make sure that you have the Multiverse repo enabled: System Settings > Software & Updates.

An easy and quick way to get it working though is to just install Google Chrome by going to this link and following the directions: https://www.google.com/intl/en/chrome/browser/

Chrome builds Flash into the browser itself so it means if you have the browser, you have Flash.


You could install Adobe Flash Player for flash support: sudo apt-get install flashplugin-installer


The Shockwave player is only available for Windows. You can use mozplugger(a program that lets you "embed" other programs in your web browser.) along with wine and windows version of firefox

  • First, install the wine and mozplugger packages (from the software center).

  • Now download and install the Windows version of Firefox . Download it from Mozilla's web site. Now double click it and install it .

  • Run the windows version of firefox .

  • Now go to a web site that requires Shockwave, and choose to get the missing plugin. Again, follow the on-screen instructions, and when the plugin has installed and is working, you may close Firefox.

  • Now you need to configure mozplugger to use the Windows version of Firefox for Shockwave files. Press Alt + F2 and type:

    gksudo gedit

then open the /etc/mozpluggerrc file

Add the following two lines to the end of the file:

application/x-director: dir,dcr,dxr,cst,cct,cxt,w3d,fgd,swa: Macromedia Director file
        swallow(firefox.exe) fill stream: wine "C:\\Program Files\\Mozilla Firefox\\firefox.exe" -chrome "$file"

Now open a Terminal ( Ctrl + Alt + T ) and paste

rm ~/.mozilla/firefox/*.default/pluginreg.dat

Now run the native version of firefox and test the shockwave player by visting this site .

Modified From Here