网站首页 美食营养 游戏数码 手工爱好 生活家居 健康养生 运动户外 职场理财 情感交际 母婴教育 生活知识 知识问答

Discuz触屏版手机端视频正常显示教程

时间:2026-02-23 13:17:25

1、打开DZ程序,在根目录source\function里找到function_discuzcode.php,打开

Discuz触屏版手机端视频正常显示教程

2、在第200行找到【/media】下面那行,替换$message里的正则表达:

$message = preg_replace("/\[media=([\w,]+)\]\s*([^\[\<\r\n]+?)\s*\[\/media\]/is",  "<iframe height=400 width=300 src='\\2' frameborder=0 'allowfullscreen'></iframe>", $message);

Discuz触屏版手机端视频正常显示教程

3、在第206行找到【/flash】那行,替换表达式:

$message = preg_replace("/\[flash(=(\d+),(\d+))?\]\s*([^\[\<\r\n]+?)\s*\[\/flash\]/is", "请先在手机中安装flash插件<embed src='\\4' allowFullScreen='true' quality='high' width='260' height='150' align='middle' allowScriptAccess='always' type='application/x-shockwave-flash'></embed>", $message);

4、保存后,就可以实现在手机上观看视频了。

© 2026 一点知道
信息来自网络 所有数据仅供参考
有疑问请联系站长 site.kefu@gmail.com