Search code examples
javascriptjqueryaudioaudio-player

Playing game sounds on JavaScript \ jQuery


I would like to play short sounds in my new JavaScript game. It is a poker game so the sounds are pretty short (dealt card sound, shuffle deck sound, your turn beep etc.)

I Googled before posting here but all I could see was some MP3 players that actually have "play\stop" buttons, (which are not good for me)

Any ideas?


Solution

  • One Word. SoundManager2