Hey everyone,
I discovered something about a week ago while reading through the ubuntu documentation. I discovered that there is a fix for the Macromedia flash audio problem... Sometimes Flash audio just wont play at all. Sometimes Flash audio will be WAY out of sync. Well it turns out that if you
sudo apt-get install alsa-oss
followed by
sudo nano /etc/firefox/firefoxrc
and add the following line
FIREFOX_DSP="aoss"
flash audio will be fixed.
As soon as I did this my flash audio has worked flawlessly..
Just thought I would share.
I discovered something about a week ago while reading through the ubuntu documentation. I discovered that there is a fix for the Macromedia flash audio problem... Sometimes Flash audio just wont play at all. Sometimes Flash audio will be WAY out of sync. Well it turns out that if you
sudo apt-get install alsa-oss
followed by
sudo nano /etc/firefox/firefoxrc
and add the following line
FIREFOX_DSP="aoss"
flash audio will be fixed.
As soon as I did this my flash audio has worked flawlessly..
Just thought I would share.
Comment