<script src="js/jquery-PlayBar.min.js"></script>
<script>
$(function(){
var action=true;
$('.contral').click(function(){
if(action){
$.playBar.Stop();
action=false;
$(this).html("开始");
}else{
$.playBar.Begin();
action=true;
$(this).html("停止");
}
});
$.playBar.addBar($('.test'),400*60);//第一个参数是需要显示播放器的容器,第二个参数为时间,单位毫秒
$.playBar.changeBarColor("#72dfff");//设置进度条颜色
});
</script>
*
回帖描述:*
链接类型:*
下载链接:*
描述:*
回帖描述:*
链接类型:*
阅读权限:*
下载链接:



聚优部落技术论坛 © 版权所有 鲁ICP备15007479号-6
Copyright(C)web.com, All Rights Reserved.
