流量变现70%分成 全国楼凤小姐姐 招商联系客服 招商联系客服 招商联系客服 招商联系客服

帝国cms调用真实视频播放地址的方法

[复制链接]
查看136 | 回复0 | 2024-10-10 03:49:33 | 显示全部楼层 |阅读模式

帝国CMS在内容页和列表页调用真实视频播放地址的方法

1、在内容模板中获取一个播放地址可以用(单集):

<?php    $rr=explode(egetzy('rn'),$navinfor[onlinepath]);    $fr=explode('::::::',$rr[0]);    ?>

共<?=count($rr)?>集

第<?=$fr[0]?>集

视频播放地址:<?=$fr[1]?>

2、在内容模板中获取多个播放地址可以用(多集):

<?php$rr=explode(egetzy('rn'),$navinfor[onlinepath]);$rcount=count($rr);for($pathi=0;$pathi<$rcount;$pathi++){$fr=explode('::::::',$rr[$pathi]);?>    <a href= "[!--news.url--]e/DownSys/play/?classid=[!--classid--]&id=[!--id--]&pathid=<?=$pathi?>" target= "iFrame1" class="lBtn"><?=$fr[0]?></a><?php}
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则