views:

67

answers:

3

I was searching for Javascript/Flash tiny, cross-browser sound player (notifier), but every solution I've met was or too big and feature-full, or based on different libraries (not on Jquery I'm using), or with bugs. The only feature I need is 'play'. :)

For example, http://flash-mp3-player.net/players/js/download/ - this nice little player does not work in Firefox (SetVariable issue).

I'm working on it almost for 3 days and nights. )

Please recommend tiny, cross-browser implementation. Thank you!

+2  A: 

You could use SoundManager 2, allegedly used by last.fm and soundcloud.

Vinz
+1  A: 

What about Dew Player http://www.alsacreations.fr/dewplayer.html

Kaaviar
+1  A: 

you should check the http://motyar.blogspot.com/2010/07/play-sounds-on-web-with-soundmanager.html

Motyar