Flash-ul nu suporta majoritatea tag-urilor html dintro pagina standard web. Pentru a putea folosi editorul TinyMCE, trebuiesc facute cateva modificari. Un exemplu de tag-uri permise in flash puteti gasi mai jos:
<script type="text/javascript"><br />
tinyMCE.init({<br />
language : "en",<br />
mode : "textareas",<br />
theme : "advanced",<br />
entity_encoding : "raw",<br />
theme_advanced_buttons1 : "bold,italic,underline,|,forecolor,fontselect,fontsizeselect,|,justifyleft,justifycenter,justifyright,justifyfull,|,code",<br />
theme_advanced_buttons2 : "",<br />
theme_advanced_buttons3 : "",<br />
theme_advanced_toolbar_location : "top",<br />
valid_elements : ""<br />
+"a[href|target],"<br />
+"b/strong,"<br />
+"br,"<br />
+"font[color|face|size],"<br />
+"img[src|id|width|height|align|hspace|vspace],"<br />
+"i/em,"<br />
+"li,"<br />
+"p[align|class],"<br />
+"h1,"<br />
+"h2,"<br />
+"h3,"<br />
+"h4,"<br />
+"h5,"<br />
+"h6,"<br />
+"span[class],"<br />
+"textformat[blockindent|indent|leading|leftmargin|rightmargin|tabstops],"<br />
+"u",<br />
theme_advanced_font_sizes: "+2,+3,+4",<br />
theme_advanced_fonts : "Tahoma=Tahoma,Verdana=Verdana",<br />
force_br_newlines : true,<br />
force_p_newlines : false,<br />
cleanup : true,<br />
convert_fonts_to_spans : false,<br />
inline_styles : false,<br />
//invalid_elements : "p"<br />
});</span></p>
<p>
</p>
"