From my experience you don't get sound with Flash if you don't have the OSS emulation layer of ALSA loaded. Just run
Code:
modprobe snd-pcm-oss
and it should work just fine.
I ran into this problem because I compiled ALSA on my own and I forgot to edit the helper file used for automatic module loading -
modules.conf in my case.