JPlayer bootstrap skin
I see there're not many jplayer skins on the web, so I created this one simply using bootstrap css and adding a little javascript. It looks like follows,
It depends on BootStrap, make sure it is already included, then include the js and css file in your page.
<link href="jplayer-bootstrap.css" rel="stylesheet">
JPlayer does not have buffer status showing, you can include the following javascript to show it.
<script type="text/javascript" src="jplayer-buffer.js"></script>
In your javascript code, construct an object with the jplayer id, then run the buffer method which will return a function object, bind this object to both timeupdate and progress event. See example.html for details.
var buffer = new JPlayerBuffer('jquery_jplayer_1').buffer(); ... timeupdate: buffer, progress: buffer ...
版权声明:
1、该文章(资料)来源于互联网公开信息,我方只是对该内容做点评,所分享的下载地址为原作者公开地址。2、网站不提供资料下载,如需下载请到原作者页面进行下载。