Hi,
There is a jack plugin for the flash player. Youtube, vimeo, myspace etc. can be heard through jack without the need of the alsa-jack plugin or pulse-jack sink or the get-the-file-from-/tmp-directory-and-open-it-with-VLC workarounds.
I have tested it and it seems to work well although it is not oficially released afaik.
It was announced months ago,
http://old.nabble.com/-ANN--jack-enable ... 96276.html
To install:
git clone git://repo.or.cz/libflashsupport-jack.git
cd to the libflashsupport directory
sh bootstrap.sh
make
sudo make install
Needed packages (for ubuntu 9.04 / 9.10. YMMV):
libasound2-dev
libjack-dev
libsamplerate0-dev
libssl-dev
build-essential
git-core
autoconf
automake
libtool
Thanks Torben
EDIT:
For ubuntu lucid, with a new version of firefox, an extra step is needed:
sudo ln -s /usr/local/lib/libflashsupport.so /usr/lib/firefox-3.6.3/
If somethins goes wrong with firefox:
killall firefox
killall firefox-bin
And launch it again
