كود HTML:
	<!-- TinyMCE -->
<script language="javascript" type="text/javascript" src="jscripts/tiny_mce/tiny_mce_gzip.js"></script>
<script type="text/javascript">
tinyMCE_GZ.init({
  plugins : "arphp,safari,pagebreak,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,inlinepopups",
	themes : 'advanced',
	languages : 'en',
	disk_cache : true,
	debug : false
});
</script>
<script type="text/javascript">
	tinyMCE.init({
		// General options
		mode : "textareas",
		theme : "advanced",
		language : "en",
		remove_script_host : false,
		relative_urls : false,
    skin : "o2k7",		
    plugins : "arphp,safari,pagebreak,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,inlinepopups",
		// Theme options
		theme_advanced_buttons1 : "formatselect,fontselect,fontsizeselect,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,ltr,rtl,|,bullist,numlist,|,outdent,indent,|,backcolor,forecolor",
		theme_advanced_buttons2 : "cut,copy,paste,pasteword,|,spellchecker,search,|,undo,redo,|,link,unlink,image,cleanup,code,hr,|,table,split_cells,merge_cells,|,insertlayer,moveforward,movebackward,absolute,|,print,preview,fullscreen,|,sub,sup,charmap,|,ardate,hijri,arnumber,arkeyboard,enterms,arstandard",
		theme_advanced_buttons3 : "",
		theme_advanced_buttons4 : "",
		theme_advanced_toolbar_location : "top",
		theme_advanced_toolbar_align : "left",
		theme_advanced_statusbar_location : "bottom",
		// Example content CSS (should be your site CSS)
		content_css : "ArPHP.css",
		plugin_insertdate_dateFormat : "%Y-%m-%d",
		plugin_insertdate_timeFormat : "%H:%M:%S",
		extended_valid_elements : "hr[class|width|size|noshade],embed[src|CONTROLS|AUTOSTART|TYPE|HEIGHT|WIDTH|CONSOLE|CONTROLS]",
		paste_use_dialog : false,
		theme_advanced_resizing : true,
		theme_advanced_resize_horizontal : false,
	});
</script>
<!-- /TinyMCE -->
 On the other hand, using TinyMCE compressor is highly recommended, you will get a big improve in performance using this tool provided by TinyMCE people them self, see this link