Topic: custom html with tinyMCE in joomla1.6
hello!
I'm using joomla 1.6 and tinyMCE as a plugin with joomla.
But, when I want to embed a media flash player, using <div>..</div> the tinyMCE has clear my code.
For example:
I want to insert
<embed flashvars="width=650&height=490&displaywidth=524&autostart=true&file=/201105/13851_redridinghood2011vcd.flv&streamer=http://vip.phimhbo.com/ctl/video/?bts=vs.forum&backcolor=0x000000&frontcolor=0xCCCCCC&lightcolor=0x557722" allowfullscreen="true" allowscriptaccess="always" quality="high" src="http://megafun.vn/common/v2/player/player.swf" type="application/x-shockwave-flash" height="490" width="650">
but when i click submit, It's begin:
<img _mce_src="media/editors/tinymce/jscripts/tiny_mce/plugins/media/img/trans.gif" src="media/editors/tinymce/jscripts/tiny_mce/plugins/media/img/trans.gif" width="650" height="490" style="" _mce_style="" class="mceItemFlash" title=""flashvars":"width=650&height=490&displaywidth=524&autostart=true&file=/201105/13851_redridinghood2011vcd.flv&streamer=http://vip.phimhbo.com/ctl/video/?bts=vs.forum&backcolor=0x000000&frontcolor=0xCCCCCC&lightcolor=0x557722","src":"http://megafun.vn/common/v2/player/player.swf","allowfullscreen":"true","quality":"high""></p>
please help me! How to keep current html custom of mine ?