Modificare il file:
\FckEditor\plugins\EmbedMovies\fck_embedmovies.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta content="noindex, nofollow" name="robots"> <script src="fck_embedmovies.js" type="text/javascript"></script> <script src="../../dialog/common/fck_dialog_common.js" type="text/javascript"></script> <link href="../../dialog/common/fck_dialog_common.css" rel="stylesheet" type="text/css" /> </head> <body scroll="no" style="OVERFLOW: hidden"> <table cellspacing="5" cellpadding="0" width="100%" border="0"> <tr> <td colspan=2> <span fckLang="EmbedMoviesURL"> URL </span> </td> </tr> <tr> <td valign="top" width=100%> <input id="txtUrl" style="WIDTH: 95%" type="text" /> </td> <td id="tdBrowse" valign=bottom style="display: none"> <input id="btnBrowse" onclick="BrowseServer();" type="button" value="Browse Server" fckLang="DlgBtnBrowseServer" /> </td> </tr> </table> </br> <table cellspacing="0" cellpadding="0" border="0"> <tr> <td>Auto size</td> <td><input type="checkbox" id="chkAutosize" onclick="ShowE('divSize', !this.checked)" /></td> </tr> <tr> <td></td> <td> <div id="divSize" style="display:none"> <table cellspacing="0" cellpadding="0" border="0"> <tr> <td>Width</td> <td><input type="text" id="txtWidth" /></td> </tr> <tr> <td>Height</td> <td><input type="text" id="txtHeight" /></td> </tr> </table> </div> </td> <tr> <td>Auto start play</td> <td><input type="checkbox" id="chkAutostart" /></td> </tr> <tr> <td>Show gotobar</td> <td><input type="checkbox" id="chkShowgotobar" /></td> </tr> <tr> <td>Show statusbar</td> <td><input type="checkbox" id="chkShowstatusbar" /></td> </tr> <tr> <td>Show controls</td> <td><input type="checkbox" id="chkShowcontrols" onclick="ShowE('divControlsettings', this.checked)" /></td> </tr> <tr> <td></td> <td> <div id="divControlsettings" style="display:none"> <table cellspacing="0" cellpadding="0" border="0"> <tr> <td>Position controls</td> <td><input type="checkbox" id="chkShowpositioncontrols" /></td> </tr> <tr> <td>Tracker</td> <td><input type="checkbox" id="chkShowtracker" /></td> </tr> <tr> <td>Audio controls</td> <td><input type="checkbox" id="chkShowaudiocontrols" /></td> </tr> </table> </div> </td> </tr> </table> </body> </html>
[
Íàçàä
]