maccms(苹果cms) DPLAYER和CKPLAYER播放器自动下一
本文最后由豫见长安更新于2024 年 4 月 23 日,已超过264天没有更新。如果文章内容或图片资源失效,请留言反馈,将会及时处理,谢谢!
maccms(苹果cms)本地化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();
分类标签:营生,网文,代码,教程
文章标题:maccms(苹果cms) DPLAYER和CKPLAYER播放器自动下一
文章链接:https://zhaojx.fun/archives/447/
最后编辑:2024 年 4 月 23 日 10:00 By 豫见长安
许可协议: 署名-非商业性使用-相同方式共享 4.0 国际 (CC BY-NC-SA 4.0)
文章标题:maccms(苹果cms) DPLAYER和CKPLAYER播放器自动下一
文章链接:https://zhaojx.fun/archives/447/
最后编辑:2024 年 4 月 23 日 10:00 By 豫见长安
许可协议: 署名-非商业性使用-相同方式共享 4.0 国际 (CC BY-NC-SA 4.0)