However, the fix mentioned above is just a quick fix not a complete solution which should cover the KML button of TinyMCE to work.
Another solution for kimili flash embed is comment out their tinymce hack lines.
Like this:
//add_filter( ‘mce_external_plugins’, ‘kml_flashembed_plugin’, 0 );
//add_filter( ‘mce_buttons’, ‘kml_flashembed_button’,0 );
And:
//echo ‘tinyMCE.loadPlugin(“kfe”, “‘.$pluginURL.'”);’.”\n”;
Back end TinyMCE works, and your kimili posts still works as well.
http://wordpress.org/support/topic/225345?replies=3#post-930668 this solution works better for me. Follow dreiecon first but that won’t work for rss and so on.
Thanks.
I faced the same problem, and follow Step 7 and 8 solved it.
Thanks.