html5中 media(播放器)的api使用指南

html5中 media(播放器)的api使用指南

这篇文章主要介绍了html5中 media(播放器)的api使用指南,需要的朋友可以参考下

直接奉上示例代码,废话就不多说了。


复制代码
代码如下:





HTML Audio API





HTML5 Audio API


HTML5 Audio API demo by https://www.html.cn/qa/html5/http://github.com/LearnShare" target="_blank">LearnShare.



Last update @2013-04-23 20:40:00
+ add info table
update @2013-04-22 14:54:00
+ add DOM events
update @2013-04-22 12:47:00
+ add getCurrentSrc button



View code on https://www.html.cn/qa/html5/http://github.com/LearnShare/LearnShare.github.io/tree/master/labs/audio/" target="_blank">LearnShare.github.io.
API reference: https://www.html.cn/qa/html5/https://developer.mozilla.org/zh-CN/docs/DOM/HTMLMediaElement" target="_blank">HTMLMediaElement and https://www.html.cn/qa/html5/http://www.w3schools.com/tags/ref_av_dom.asp" target="_blank">Audio/Video DOM References





Audio Element



Open the developer tool to view console logs.




Controls
































































推荐阅读