实现织梦dedecms视频全屏的办法
首先打开//include/FCKeditor/e
更多精彩就在: 51免费论文网|www.jxszl.com
ditor/dialog/fck_flash/fck_flash.js
找到SetAttribute(e,"height",GetE(‘txtHeight’).value);这段代码
然后将以下这段代码插入到SetAttribute(e,"height",GetE(‘txtHeight’).value);的后面
SetAttribute(e,"allowfullscreen","true");
SetAttribute(e,"id","movie_player");
SetAttribute(e,"quality","high");
SetAttribute(e,"flashvars","isShowRelatedVideo=false&showAd=0&show_pre=I.&show_next=I.&isAutoPlay=false&isDebug=false&UserID=&winType=interior&playMovie=true&MMControl=false&MMout=false&RecordCode=I.00I.,I.00II,I.00III,I.00IV,I.00V,I.00VI,II00I.,III00I.,III00II,III00III,III00IV,III00V,III00VII,III00VIII,IXIXIXIX");
至此dedecms视频全屏得以实现.
注:此方法只实用发布视频的时候I.定要用插入"视频,而不是用html代码来发布.
如果按以上方法做了还无法实现,那么就请按第II种方法,这种方法比较笨.
方法II:
在发布视频时,插入视频后,在编辑区查看源代码,然后才将以下代码添加到