diff --git a/main/inc/lib/fckeditor/editor/plugins/flvPlayer/flvPlayer.js b/main/inc/lib/fckeditor/editor/plugins/flvPlayer/flvPlayer.js index 44e01c8d9d..04959e15f4 100755 --- a/main/inc/lib/fckeditor/editor/plugins/flvPlayer/flvPlayer.js +++ b/main/inc/lib/fckeditor/editor/plugins/flvPlayer/flvPlayer.js @@ -472,21 +472,22 @@ Media.prototype.getInnerHTML = function ( objectId ) var s = "" ; - //Replacing the creation of the SWFObject to the use of the object tag in order to avoid HTMLPurifier conflicts see CT#1297 +/* + // Replacing the creation of the SWFObject to the use of the object tag in order to avoid HTMLPurifier conflicts see CT#1297 s+= '
\n'; s+= '
'; s+= '\n'; s+= ''; -/* s+= ''; - s+= ''; - s+= ''; - s+= ''; - s+= ''; - s+= ''; - s+= ''; -*/ + //s+= ''; + //s+= ''; + //s+= ''; + //s+= ''; + //s+= ''; + //s+= ''; + //s+= ''; + //s+= ''; s+= ''; s+= ''; @@ -498,12 +499,10 @@ Media.prototype.getInnerHTML = function ( objectId ) s+= ''; s+= '

Get Flash to see this player.

'; -// s+= '
'; s+= '
'; +*/ - - /* s += '\n' ; s += '
\n'; //'
\n'; s += '
' ; @@ -684,7 +683,7 @@ Media.prototype.getInnerHTML = function ( objectId ) s += '
\n' ; s += '
\n' ; s += '\n' ; - */ + return s ; } ;