discuz论坛原帖:http://www.discuz.net/viewthread.php?tid=1335083
为本人发布。使用用户名:1314ing.
谢谢!
首先上传播放器至image目录下。
然后进入修改流程。
1.打开根目录下editor.php
查找
<option value="2">Real视频</option>
<option value="3">Flv视频</option>
查找
else if(sFlashType==2) {
flashtag = '[flash=real]';
}
else if(sFlashType==3) {
flashtag = '[flash=flv]';
}
查找
elseif ($type == 'real') {
$html = '<object classid="clsid:cfcdaa03-8be4-11cf-b84b-0020afbbccfa" width="'.$width.'" height="'.$height.'">
<param name="autostart" value="0">
<param name="src" value="'.$swf_url.'">
<param name="controls" value="Imagewindow,controlpanel">
<param name="console" value="cons">
<embed autostart="false" src="'.$swf_url.'" type="audio/x-pn-realaudio-plugin" width="'.$width.'" height="'.$height.'" controls="controlpanel" console="cons"></embed>
</object>';
}
elseif ($type == 'flv') {
$html = '<object type="application/x-shockwave-flash" data="image/flv3.swf" width="'.$width.'" height="'.$height.'" id="vcastr3">
<param name="movie" value="image/flv3.swf"/>
<param name="allowFullScreen" value="true" />
<param name="FlashVars" value="xml=
<vcastr>
<channel>
<item>
<source>'.$swf_url.'</source>
<duration></duration>
<title></title>
</item>
</channel>
<config>
</config>
<plugIns>
</plugIns>
</vcastr>"/>
</object>';
}
OK。
播放器下载:200906241133323673.rar