[svn r17766] FS#2867 - FCKEditor: Moving towards the new system of managing URLs (to use relative or at least semi-absolute ones, a built-in the editor option is started to be used). Changing/addition of editor's configuration options for Documents tool and all tool introduction sections.
s+='<a href="http://www.macromedia.com/go/getflashplayer">Get the Flash Player</a> to see this player.';
// Moved after info - Added width,height,overflow for MSIE7
@ -380,7 +379,10 @@ Media.prototype.getInnerHTML = function (objectId){
s+='</div>';
s+='<script type="text/javascript">\n';
//s+= ' //NOTE: FOR LIST OF POSSIBLE SETTINGS GOTO http://www.jeroenwijering.com/extras/readme.html\n';
s+=' var s1 = new SWFObject("'+oEditor.FCKConfig.PluginsPath+'flvPlayer/mediaplayer.swf","'+thisMediaType+'","'+thisWidth+'","'+thisHeight+'","7");\n';
s+=' var s1 = new SWFObject("'+FCK.GetUrl(oEditor.FCKConfig.PluginsPath+'flvPlayer/mediaplayer.swf',FCK.SEMI_ABSOLUTE_URL)+'","'+thisMediaType+'","'+thisWidth+'","'+thisHeight+'","7");\n';