I have the following option set editor.EnableStripScriptTags = false
But the editor insists on removing the script between the following div tags.
<div id=”flashcontent”>
<script type=”text/javascript”>
var fo = new FlashObject(”path_to_the.swf”, “yourmovieid”, “360″, “200″, “8.0.24″, “#1A2B3C”);
fo.write(”optional”, “param”);
fo.write(”flashcontent”);
</script>
</div>
Any thoughts?