PDA

View Full Version : HOWTO: Flash in breezy(with sound)


comradevik
October 30th, 2005, 10:16 PM
so you upgraded to breezy but you get no sound in flash
here is what I did:


cd /usr/lib/mozilla-firefox/plugins
sudo rm libflash*
sudo rm flash*

sudo apt-get install libflash0c2 libflash-dev libflash-mozplugin libflash-swfplayer flashplayer-mozilla flashplugin-nonfree

sudo ln -s /usr/lib/libesd.so.0 /usr/lib/libesd.so.1


restart firefox

this should give you flash sound
to test .. go to www.badgerbadgerbadger.com

.Danny
October 31st, 2005, 09:42 AM
Hmm well I have flash sound working, but I see nothing. That is it's just black. And that happens on other pages as well.:(

Nano
October 31st, 2005, 11:58 AM
Didn't work

madjo
October 31st, 2005, 04:47 PM
this worked wonders for me.. thank you

godlike
October 31st, 2005, 08:03 PM
worked great for me too thanx alot

_Zardoz_
October 31st, 2005, 08:50 PM
No way for me...it doesn't work!

wondering_jew
October 31st, 2005, 10:22 PM
a less messy way to fix this problem is to do

sudo apt-get install libsdl1.2debian-all

then everything that uses sound should play nicely together and you don't need to mess around with the plugins themselves.

comradevik
November 2nd, 2005, 11:50 PM
No way for me...it doesn't work!

Zardoz.. did you follow it step by step.. do you get any errors?
what are the files in your /usr/lib/mozilla-firefox/plugins folder

andycjw
November 5th, 2005, 04:57 AM
a less messy way to fix this problem is to do

sudo apt-get install libsdl1.2debian-all

then everything that uses sound should play nicely together and you don't need to mess around with the plugins themselves.

This works like charm, thanks!

_Zardoz_
November 6th, 2005, 08:16 AM
These files are in the directory u told me to look in:

flashplayer.xpt libjavaplugin.so libtotem_mozilla.so
libflash-mozplugin.so libtotem_mozilla.a libtotem_mozilla.xpt
libflashplayer.so libtotem_mozilla.la nppdf.so

I have two soundcards, one integrated and the other one is Audigy on pci. I can hear all sounds but flash because the sound is redirected on the integrated card instead of Audigy. Infact if I plug the jack on the integrated card I can hear flash sound!

joey
December 24th, 2005, 01:01 PM
Howdy...

I had the same problem and all the other posts didn't help. This did. I followed the instructions. Restarted Firefox. Then I was prompted to reinstall the plug-in via Firefox's plug-in finder. Then....I got Badgers. :-)

Thanks!

bluevoodoo1
January 7th, 2006, 06:52 PM
so you upgraded to breezy but you get no sound in flash
here is what I did

Thank you! Worked perfectly!