本地化dplayer和ckplayer播放器自动下一集

目录下的dplayer.html文件

查找

try{

在以上代码前插入以下代码

dp.on('ended', function (){
if(parent.MacPlayer.PlayLinkNext!=''){
top.location.href = parent.MacPlayer.PlayLinkNext;
}
});

你采集的资源站M3U8地址的话,可以使用本地DPLAYER的把资源站JS的播放器代码替换为:

MacPlayer.Html = '<iframe border="0" src="' maccms.path '/dplayer.html" width="100%" height="100%" marginWidth="0" frameSpacing="0" marginHeight="0" frameBorder="0" scrolling="no" vspale="0" allowfullscreen="true" noResize></iframe>';
MacPlayer.Show();

以上 代码通用M3U8和MP4的播放地址!

如果需要使用CK自动下一集的话可以把JS代码替换为:

MacPlayer.Html = '<iframe border="0" src="' maccms.path '/ckplayer.html" width="100%" height="100%" marginWidth="0" frameSpacing="0" marginHeight="0" frameBorder="0" scrolling="no" vspale="0" allowfullscreen="true" noResize></iframe>';
MacPlayer.Show();
© 版权声明
THE END
喜欢就支持一下吧
点赞12 分享
评论 抢沙发
头像
欢迎您留下宝贵的见解!
提交
头像

昵称

取消
昵称表情代码图片