when I switch from html view to normal the text is changed to
<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>
After I submit to my database and reload on the page the all of the script text between the div tags is gone.