Personal tools
You are here: Home Fedora Solved Browser Solutions Adding the Flash Player Plugin

Adding the Flash Player Plugin

by scott_glaser last modified Nov 28, 2008 08:20 PM
Contributors: daMaestro

Macromedia Flash Player is the high performance, light-weight, highly expressive client runtime that delivers powerful and consistent user experiences across major operating systems, browsers, mobile phones and devices. Installed on over 500 million internet-connected desktops and mobile devices, Flash Player is the backbone of the Flash Platform and enables organizations and individuals to build and deliver great digital experiences to their end users.

Requirements

This assumes you have a working Fedora installation. These instructions are for Mozilla based browsers.

Doing the work

Installing Flash

The Flash plugin is not included by default, to use Flash you first have to Install it:

  1. Open a terminal

  2. Now we need to install the Adobe repository for flash. If this command fails, feel free to go to the adobe website and look for the rpm that installs the yum repository. Run:

    su -c 'rpm -Uvh http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm'
  3. Provide the root password when prompted
  4. Install the flash plugin using yum:

    su -c 'yum install flash-plugin'
  5. Provide the root password when prompted
  6. Once that is done the installation of the Flash Player Plugin is complete.

x86_64 Support

To be able to use the 32bit plugin with x86_64 firefox, you must install the nspluginwrapper.i386 package to enable the 32-bit Adobe Flash plugin in x86_64 Firefox and the pulseaudio-libs.i386 packages to enable sound from the plugin.
  1. Install flash-plugin as shown above.

  2. Install the nspluginwrapper.i386, nspluginwrapper.x86_64 and pulseaudio-libs.i386:

    su -c "yum -y install nspluginwrapper.{i386,x86_64} pulseaudio-libs.i386 libcurl.{i386,x86_64}"
  3. Run mozilla-plugin-config to register the flash plugin. (NOTE: This step is not always necessary.)

    su -c 'mozilla-plugin-config -i -g -v'

How to test

  1. Close all instances of Firefox.

  2. Open 'about:plugins' and check if the plugin is loaded.
  3. Open Firefox and proceed to http://www.macromedia.com/shockwave/welcome/, on that page you should see advertisement for flash that states Installation Complete in the Macromedia Flash Player section. If you do your Flash Player is Installed properly.

Troubleshooting Information


If you previously had Flash 9 and upgraded to Flash 10 you must do the following:
  1. Open a terminal
  2. su -c "yum remove libflashsupport"
  3. At the password prompt, enter the password for root. 
  4. At the Y/N prompt press "y", then press enter.


If you are having issues with Flash 10 please take a look at the following:  

  1. http://macromedia.mplug.org/faq.html

 

If none of the above solutions work for you with Flash 10 do the following:
  1. Open a terminal

  2. We must first remove Flash 10, by doing the following:

    su -c 'yum remove flash-plugin'
  3. Press Enter, provide the root password when prompted.
  4. Install the Flash 9 plugin, by doing the following:

    su -c 'rpm -ivh http://linuxdownload.adobe.com/linux/i386/flash-plugin-9.0.124.0-release.i386.rpm'
  5. Press Enter, provide the root password when prompted.
  6. Next re-install libflashsupport, by doing the following:

    su -c 'yum install libflashsupport'
  7. Press Enter, provide the root password when prompted.
  8. Close all instances of firefox.
  9. Make a backup copy of your yum.conf, by doing the following:

    su -c 'cp /etc/yum.conf /etc/yum.conf.bak'
  10. In your favorite text editor open the file /etc/yum.conf.
  11. Edit the line exclude= to read exclude=flash-plugin, if there are other exclude rules already present, just add the flash-plugin after the last package excluded as in this example: exclude=kernel flash-plugin.
  12. Once done editing the file, save the changes you just made.
  13. Open Firefox and proceed to http://www.macromedia.com/shockwave/welcome/, on that page you should see advertisement for flash that states Installation Complete in the Macromedia Flash Player section. If you do your Flash Player is Installed properly.

 

Read Red Hat Bugzilla #184028 for more information about this problem.

More Information

Disclaimer

We test this stuff on our own machines, really we do. But you may run into problems, if you do, come to #fedora on irc.freenode.net.

Added Reading

Document Actions
Log in


Forgot your password?
New user?