4

Possible Duplicate:
Cross-platform, cross-browser way to play sound from Javascript?

I am looking for a solution to play sound on click (small clips) using jQuery or similar. I would like to support ie7+ as well as mobile browsers.

Can someone lend some insight on lightweight way to do this?

Community
  • 1
  • 1
jeffreynolte
  • 3,749
  • 11
  • 41
  • 64
  • Possible duplicate http://stackoverflow.com/questions/450033/playing-sound-notifications-using-javascript, http://stackoverflow.com/questions/187098/cross-platform-cross-browser-way-to-play-sound-from-javascript – k4t434sis Aug 23 '11 at 15:53
  • @k4t4 beat you by 3 seconds :D – Madara's Ghost Aug 23 '11 at 15:53
  • he was saying that the link you posted is a duplicate of the second link he posted – Grigor Aug 23 '11 at 16:13

1 Answers1

2

Try one of these.

  1. Mike Alsup's jQuery Media plugin
  2. jmedia by Christoph Liell

I am unsure about IE7 support though.

naveen
  • 53,448
  • 46
  • 161
  • 251