帝國(guó)CMS在內(nèi)容頁(yè)和列表頁(yè)調(diào)用真實(shí)視頻播放地址的方法
1、在內(nèi)容模板中獲取一個(gè)播放地址可以用(單集):
<?php $rr=explode(egetzy('rn'),$navinfor[onlinepath]); $fr=explode('::::::',$rr[0]); ?>共<?=count($rr)?>集
第<?=$fr[0]?>集
視頻播放地址:<?=$fr[1]?>
2、在內(nèi)容模板中獲取多個(gè)播放地址可以用(多集):
<?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}?>
新聞熱點(diǎn)
疑難解答
圖片精選