dedecms播放mp4方法
1.【上传权限】登录后台->系统->系统基本参数->附件设置:允许上传的文件类型添加mp42.【查看权限】后台文件找到:include/dialog/select_media.php
3.【查看权限】在189行:else if(preg_match("#\.(rm|rmvb)#i", $file))加入|mp4,变成:else if(preg_match("#\.(rm|mp4|rmvb)#i", $file))
4.【编辑权限】打开dede编辑文章,用flash上传mp4
5.【编辑权限】文章格式为:<video src="/6.mp4"poster="/changchunwenshen12.jpg" controlsheight="auto"width="90%"></video>
页:
[1]