花魁直播高品质美女在线视频互动社区 - 花魁直播官方版

 歡迎來(lái)到素材無(wú)憂網(wǎng),按 + 收藏我們
登錄 注冊(cè) 退出 找回密碼

discuz實(shí)現(xiàn)手機(jī)版播放優(yōu)酷.swf視頻教程

時(shí)間: 2019-05-29 11:11 閱讀: 作者:素材無(wú)憂網(wǎng)

此教程僅適合視頻鏈接為:一下格式的視頻引用

  1. http://player.youku.com/player.php/sid/XMTYzNjQzNjE2MA==/v.swf
復(fù)制代碼
修改:source/function/function_discuzcode.php 文件
DZ起點(diǎn)網(wǎng)提示您:(修改文件前切記備份

1.搜索:
  1. if(strpos($msglower, '[/flash]') !== FALSE) {
復(fù)制代碼 找到第二個(gè)搜索結(jié)果!

注意一定要是第二個(gè)搜索結(jié)果,搜索一共會(huì)出來(lái)兩個(gè)結(jié)果!

第一個(gè)是電腦端的!~

第二個(gè)是才是手機(jī)端的


完整代碼為:
  1.  
  2. if(strpos($msglower, '[/flash]') !== FALSE) {
  3. $message = preg_replace("/\[flash(=(\d+),(\d+))?\]\s*([^\[\<\r\n]+?)\s*\[\/flash\]/is", "[media]\\4[/media]", $message);
  4. }
復(fù)制代碼 只需要將其中的代碼:
  1. $message = preg_replace("/\[flash(=(\d+),(\d+))?\]\s*([^\[\<\r\n]+?)\s*\[\/flash\]/is", "[media]\\4[/media]", $message);
復(fù)制代碼 修改為以下代碼即可!

  1. $message =  preg_replace("/\[flash=([1-9]\d*),([1-9]\d*)\]http:\/\/player\.youku\.com\/player\.php\/sid\/([\w=]+)\/v\.swf\[\/flash\]/", youku_palyer('\\3') , $message);
復(fù)制代碼

2.然后搜索
  1. function parseurl($url, $text, $scheme) {
復(fù)制代碼
在這段代碼前面加入以下代碼!

  1. function youku_palyer($id){
  2.     $html ="<div id=\"youkuplayer\" style=\"width:480px;height:400px\"></div><script type=\"text/javascript\" src=\"http://player.youku.com/jsapi\"></script><script type=\"text/javascript\">function playVideo(){player.playVideo()}function pauseVideo(){player.pauseVideo()}function seekTo(e){player.seekTo(e)}function currentTime(){return player.currentTime()}player=new YKU.Player(\"youkuplayer\",{styleid:\"0\",client_id:\"6b017a5ff31195d4\",vid:\"$id\",newPlayer:!0,autoplay:!0,show_related:!1});</script>";
  3.     return $html;
  4. }
復(fù)制代碼

版權(quán)聲明: 本站資源均來(lái)自互聯(lián)網(wǎng)或會(huì)員發(fā)布,如果侵犯了您的權(quán)益請(qǐng)與我們聯(lián)系,我們將在24小時(shí)內(nèi)刪除!謝謝!

轉(zhuǎn)載請(qǐng)注明: discuz實(shí)現(xiàn)手機(jī)版播放優(yōu)酷.swf視頻教程

標(biāo)簽:  
相關(guān)文章
模板推薦