From Fedora Project Wiki
(OK, this has been moved into the Flash page and this one can disappear any ol' time.)
m (or we could make this a redirect.)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{old}}
#REDIRECT [[Flash]]
 
{{Admon/note | Content moved | Visit the [[Flash]] page for updated information.}}
 
==== Enabling Flash Plugin ====
 
Adobe offers several versions of their 32 bit Flash Player 10.  In general, the YUM version is preferred since it will allow the player to be updated automatically through Fedora's normal update mechanism.  The YUM version simply installs the repository.  After that, you must install the player itself.
 
===== For i386 =====
 
After installing the yum repository:
 
<pre>
su -c 'yum install flash-plugin alsa-plugins-pulseaudio'
</pre>
 
You will need to authorize Adobe's key during the install. You may get a message indicating that <code>alsa-plugins-pulseaudio</code> is already installed.  This is not a problem.
 
After the installation, exit all copies of Firefox to enable the plugin.
 
 
 
===== For X86_64 =====
 
At the time of this release, Adobe has an alpha version of a 64 bit player.  These instructions are for installing the 32-bit player.
 
After installing Adobe's yum repository:
 
<pre>
su -c 'yum install flash-plugin nspluginwrapper.i386 \
    alsa-plugins-pulseaudio.i386'
</pre>
 
You  will need to authorize Adobe's key during the install.
 
After the installation, exit all copies of Firefox to enable the plugin.
 
===== Checking the plugin =====
 
Following the installation for either architecture, start '''Firefox''' and type in the addressbar:
<pre>
about:plugins
</pre>
 
You should see a section similar to the following:
 
[[Image:Flash-check-2.png]]
 
This tells you that Adobe's flash player has been successfully installed.
 
===== SELinux problems =====
 
In some cases, {{{nspluginwrapper}}} produces SELinux AVC errors, some of which may prevent viewing Flash content.  Changing the default SELinux booleans may resolve this problem, but eliminates a great deal of security when using {{{nspluginwrapper}}}:
 
<pre>
su -c 'setsebool -P allow_unconfined_nsplugin_transition=0'
</pre>

Latest revision as of 02:38, 22 November 2008

Redirect to: