问题
I currently have a simple flash Mp3 player on my site which works lovely. The issue is, most cell phones do not support flash and a large portion of my visitors come through via a mobile device. The alternative to this is to replace the flash player with a javascript player. I found a JQuery one but it only works on HTML5 compatible browsers. Does anyone know of a good alternative that would work on mobile devices as well as most desktop web browsers?
回答1:
You can check if the browser supports the HTML5 audio tag if not, use the flash version.
回答2:
Check out jPlayer.
来源:https://stackoverflow.com/questions/4591252/javascript-mp3-player-none-flash