打开 \editor\plugins\flvPlayer\dialogs\flvPlayer.js
找到
if (ext.toLowerCase()=='flv')
editor.insertHtml("<embed height=" + myheight + " width=" + mywidth + " autostart=" + myloop + " allowfullscreen=\"true\" allowscriptaccess=\"always\" bgcolor=\"#ffffff\" src=\"{$GetInstallDir}editor/plugins/flvPlayer/jwplayer.swf?file=" + html + "&autostart="+myloop+"\"></embed>");
改成
if (ext.toLowerCase()=='flv')
editor.insertHtml("<embed height=" + myheight + " width=" + mywidth + " autostart=" + myloop + " allowfullscreen=\"true\" allowscriptaccess=\"always\" bgcolor=\"#ffffff\" src=\"/editor/plugins/flvPlayer/jwplayer.swf?file=" + html + "&autostart="+myloop+"\"></embed>");