From Fedora Project Wiki
(New page: ==== Enabling Flash Plugin ==== Fedora includes <code>swfdec</code> and <code>gnash</code>, which are free and open source implementations of Flash. We encourage you to try either of the...)
 
m (or we could make this a redirect.)
 
(14 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==== Enabling Flash Plugin ====
#REDIRECT [[Flash]]
 
Fedora includes <code>swfdec</code> and <code>gnash</code>, which are free and open source implementations of Flash.  We encourage you to try either of them before seeking out Adobe's proprietary Flash Player plug-in software. The Adobe Flash Player plug-in uses a legacy sound framework that does not work correctly without additional support. Run the following command to enable this support:
 
<pre>
su -c 'yum install libflashsupport'
</pre>
 
If you are using Flash 10, you do not need libflashsupport anymore as the usage of ALSA has been fixed in this version.
 
Users of Fedora x86_64 must install the <code>nspluginwrapper.i386</code> package to enable the 32-bit Adobe Flash Player plug-in in '''Firefox''', and the <code>libflashsupport.i386</code> package to enable sound from the plug-in.
 
Install the <code>nspluginwrapper.i386</code>, <code>nspluginwrapper.x86_64</code>, and <code>libflashsupport.i386</code> packages:
 
<pre>su -c 'yum install nspluginwrapper.{i386,x86_64} libflashsupport.i386'
</pre>
 
Install <code>flash-plugin</code> after <code>nspluginwrapper.i386</code> is installed:
 
<pre>su -c 'yum install libflashsupport'
</pre>
 
Run <code>mozilla-plugin-config</code> to register the flash plugin:
 
<pre>su -c "mozilla-plugin-config -i -g -v"
</pre>
 
Close all '''Firefox''' windows, and then relaunch '''Firefox'''. Type ''about:plugins'' in the URL bar to ensure the plugin is loaded.

Latest revision as of 02:38, 22 November 2008

Redirect to: