<p><embed type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" src="/img/wiki_up/newservicelist.swf" play="true" loop="true" menu="true"></embed> </p>
<p></p>
FCKConfig.ProtectedSource.Add( /<embed[\s\S]*?\/embed>/gi ) ; // <embed> tags.
FCKConfig.ProtectedSource.Add( /<object[\s|\S]+?<\/object>/gi ) ;

Re: Insert Flash <embed> tag Problem
I try on the php code in FCKEditor with the code in fckconfig.js:
The ProtectedSource works very well and the php code <? ?> is untouched and preserved.
Liang Ee Hang
Re: Insert Flash <embed> tag Problem
I found it is caused by coding in Tikiwiki CMS.
So, there is no problem to FCKEditor's insert flash feature.
Liang Ee Hang
Re: Insert Flash <embed> tag Problem