As has happened before with a fresh Debian install I was unable to get audio from Flash media in my browser. So for example if I visit YouTube I would be able to see stuff but not hear. This happens when Gnome system sounds are enabled. To correct this:
gedit /etc/iceweasel/iceweaselrc
ICEWEASEL_DSP="none"
to:
ICEWEASEL_DSP="esddsp"
For Firefox replacing Iceweasel with Firefox in the above steps should do the trick.