Need Responsive Audio Player for all Mobile (Android, iPhone)
I am developing one responsive mobile website, in that We have the functionality to run the audio file. My need it, I want the source/name
of the music player that will run on all the browsers in Android, browser of iPad and mobile browsers like Firefox, Chrome, Safari, Opera.
I have used html5media:
<audio preload="auto" controls autoplay crossorigin="anonymous">
<source src='ABC/<%# DataBinder.Eval(Container.DataItem, "abc") %>'>
</audio>
But it's not working on the Firefox and Safari...
Thanks in advance
videojs worked like a charm for me . And note that you can use mp4 and it should show in all browsers. For old browsers it displays it in flash
链接地址: http://www.djcxy.com/p/89980.html上一篇: jQuery的手机日期字段默认值不填充