Javascript Mp3 Player, NONE FLASH

白昼怎懂夜的黑 提交于 2019-12-12 14:14:40

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!