On Thu, 2007-09-13 at 20:46 -0700, Craig White wrote: > On Thu, 2007-09-13 at 23:01 -0400, William Case wrote: > > Hi Craig; > > On Thu, 2007-09-13 at 19:48 -0700, Craig White wrote: > > [snip] > > > > > > In FC6 I got it working by main force i.e trial and error, removing > > > > Totem and adding lots of various steamers, codecs and programs until the > > > > damned thing worked. This time I was trying to be a bit more orderly. > > > > > > > > I wish I could find a site that patiently told me what I was doing and > > > > why. > > > ---- > > > you shouldn't have to find anything > > > > > > why not list output of... > > > > > > rpm -qa|grep mplayer > > > > > ~]$ rpm -qa | grep mplayer > > mplayer-1.0-0.80.20070715svn.lvn7 > > mplayerplug-in-3.45-1.lvn7 > > mplayer-gui-1.0-0.80.20070715svn.lvn7 > > mplayer-fonts-1.1-4.lvn6 > > mplayer-doc-1.0-0.80.20070715svn.lvn7 > > > > This is the result. It contains everything that I asked for from Livna. > ---- > looks good... > > plugins directory should look something like this (ignoring gxineplugin > and nppdf - Acrobat) > > # ls -l /usr/lib/mozilla/plugins/ > total 6092 > -rwxr-xr-x 1 root root 14040 2007-07-06 11:20 gxineplugin.so > lrwxrwxrwx 1 root root 39 2007-09-09 22:07 libflashplayer.so > -> /usr/lib/flash-plugin/libflashplayer.so > -rwxr-xr-x 1 root root 277724 2007-08-09 21:39 mplayerplug-in-dvx.so > -rwxr-xr-x 1 root root 277948 2007-08-09 21:39 mplayerplug-in-qt.so > -rwxr-xr-x 1 root root 278012 2007-08-09 21:39 mplayerplug-in-rm.so > -rwxr-xr-x 1 root root 280984 2007-08-09 21:39 mplayerplug-in.so > -rwxr-xr-x 1 root root 278300 2007-08-09 21:39 mplayerplug-in-wmp.so > -rwxr-xr-x 1 root root 4759307 2007-09-04 20:27 nppdf.so > > Thus I think you should be almost good to go - perhaps an application > adjustment for the file types within Firefox - about:config as Matt > suggested ---- looking back on your original question, you asked about FLV and SWF which require Adobe's flash player and not mplayer. The way I installed flash player was to download it from Adobe.com website then install it with... rpm -ivh flash-plugin-9.0.48.0-release* then run the program... /usr/lib/flash-plugin/setup or manually... ln -s /usr/lib/flash-plugin/libflashplayer.so /usr/lib/mozilla/plugins restart firefox...good to go There may be an easier way that I don't know Craig