mp4_sd : srl3,
clarity: 'sd',
clarityLabel:{
sd: '高清',
od: '流畅',
hd: '标清'
},
"coverpic" : {"style":"stretch", "src":"http://lib.alucnc.com/5ab9f1bda624634ee3649458/images/20200417/511c2d32dd8a8e2bfedee1a471aa46e1.jpg!/both/890x500"},
autoplay: autoplay ? true : false,
live: live,
width : width || '890',
height : height || '500',
volume : volume || 0.5,
flash : flash,
listener: function (msg) {
if(msg.type=='ended'){
$('.bz-bz').show();
}
if(msg.type=='pause'){
$('.vcp-poster-pic').hide();
}
}
};
var player = new TcPlayer('video-container', options);
window.tcplayer = player;
$('.vcp-playtoggle').click (function () {
$(".bz-bz").toggle();
})
$('.vcp-bigplay').click (function () {
$(".bz-bz").toggle();
})
$('.bz-bz').click(function () {
player.play();
$(this).hide();
})
})();