让DEDECMS支持FLV视频,织梦文章
导读:织梦文章织梦文章今天想要在DedeCMS的网站上传一个FLV视频教程,却发现DEDE默认不支持播放flv视频,只好自己想办法解决,在网上搜索下,还真有解决的方法。免费织梦模板织梦模板。
今天想要在织梦模板的网站上传一个FLV视频教程,却发现DEDE默认不支持播放flv视频,只好自己想办法解决,在网上搜索下,还真有解决的方法。 修改方法:
第一步,请大家打开/include/FCKeditor/editor/dialo织梦模板免费g/dede_media.htm
然后在
if(playtype=="rm"
|| (playtype=="-" && (rurl.indexOf('.rm')>0 || rurl.indexOf('.rmvb')>0 织梦手机模板|| rurl.indexOf('.ram')>0)) )
{
revalue = "<embed src='"+ rurl +"' quality='hight' wmode='transparent' type='audio/x-pn-realaudio-plugin' autostart='true' controls='IMAGEWINDOW,ControlPanel,StatusBar' console='Clip1' width='"+ widthdd +"' height='"+ heightdd +"'></embed>\r\n";
}
的下面添加以下内容:
//播放代码flv开始
else if(playtype=="flv" || (playtype=="-" && (rurl.indexOf('.flv')>0 || rurl.indexOf('.swf')>0)) )
{
revalue = "<object id='player' classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' name='player' width='"+ widthdd +"' height='"+ heightdd +"'> \r\n<param name='movie' value='/plus/player.swf'>\r\n<param name='allowfullscreen' value='true'>\r\n<param name='allowscriptaccess' value='always'>\r\n<param name='flashvars' value='file="+ rurl +"'>\r\n</object>";//播放代码flv开始结束
}
第二步,请大家上传player.swf到/plus目录。
使用时直接在后台的编辑框中使用“插入多媒体”功能,输入flv结尾的视频地址和高宽度即可。
Player.swf下载:pdede模板免费layer.rar
声明: 本文由我的SEOUC技术文章主页发布于:2023-07-21 ,文章让DEDECMS支持FLV视频,织梦文章主要讲述标签,标题,CMS网站建设源码以及服务器配置搭建相关技术文章。转载请保留链接: https://www.seouc.com/article/web_32386.html