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-play开发者_高级运维er.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!
You could use SoundManager 2, allegedly used by last.fm and soundcloud.
What about Dew Player http://www.alsacreations.fr/dewplayer.html
Maybe html5-based plugin would be good for notifications, check out this https://stackoverflow.com/a/9690139/1889306
精彩评论