Swiftfox no video Firefox OK

Asked by HowardG

Swiftfox wll not play videos on yotube, Firefox does.
Firefox was installed first.
Both appear to have the same add-ons/plugins

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu firefox Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#1

Can you give the output of:

dpkg -l | grep flash; dpkg -l | grep gnash; dpkg -l | grep swf

Just to check. then run:

mkdir ~/.mozilla/plugins; cd ~/.mozilla/plugins; ln -s /usr/lib/flashplugin-installer/libflashplayer.so

Then restart the browser. Should be ok.

Revision history for this message
HowardG (howard-gilbert) said :
#2

Thanks for reply actionparsnip (like the pseudonynm)

output
$ dpkg -l | grep flash; dpkg -l | grep gnash; dpkg -l | grep swf
ii flashplugin-installer 10.1.53.64ubuntu0.10.04.1 Adobe Flash Player plugin installer

made the link

WORKS FINE

thanks again