账号通
    

账号  

密码  

4336

查看

9

回复
主题:[分享]编辑器插入flv无法设置自动播放的修改方法 [收藏主题] 转到:  
科汛官方 当前离线

47268

主题

145

广播

405

粉丝
添加关注
级别:管理员

用户积分:101604 分
登录次数:7935 次
注册时间:2006/12/7
最后登录:2023/12/14
科汛官方 发表于:2011/3/28 9:40:37   | 显示全部帖子 查看该作者主题 楼主 
科汛在线网校系统

请用dw等工具打开\editor\plugins\flvPlayer\dialogs\flvPlayer.js



找到以下代码



if (ext.toLowerCase()=='flv')

               editor.insertHtml("<embed height=" + myheight + " width=" + mywidth + " autostart=" + myloop + " flashvars=\"file=" + html + "\" allowfullscreen=\"true\" allowscriptaccess=\"always\" bgcolor=\"#ffffff\" src=\"/editor/plugins/flvPlayer/jwplayer.swf\"></embed>");

                     else

               editor.insertHtml("<embed height=" + myheight + " width=" + mywidth + " autostart=" + myloop + " src=\"" + html + "\" allowfullscreen=\"true\" allowscriptaccess=\"always\"></embed>");

     }



将上面红色的改成以下代码即可



               editor.insertHtml("<embed height=" + myheight + " width=" + mywidth + " autostart=" + myloop + " flashvars=\"file=" + html + "&amp;autostart="+myloop+"\" allowfullscreen=\"true\" allowscriptaccess=\"always\" bgcolor=\"#ffffff\" src=\"/editor/plugins/flvPlayer/jwplayer.swf\"></embed>");

 
  支持(12) | 反对(11) 回到顶部顶端 回到底部底部
<上一主题 | 下一主题 >
Powered By KesionCMS Version X1
厦门科汛软件有限公司 © 2006-2016 页面执行0.84375秒 powered by KesionCMS 9.0