From Fedora Project Wiki
(Add note on SELinux)
m (or we could make this a redirect.)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==== Enabling Flash Plugin ====
#REDIRECT [[Flash]]
 
===== For i386 =====
 
Unlike earlier releases, no special steps are required to install the proprietary Adobe Flash Player 10 on Fedora 10 for i386.  Simply follow the steps on Adobe's download page.
 
===== For X86_64 =====
 
Select the YUM version of the Adobe Flash Player from Adobe's download page.  This installs Adobe's software repository so that updates can be applied by the normal Fedora update process.
 
Next some helper files are needed in addition to the Flash Player:
 
<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: