Javascript In Editor being removed

  •  01-05-2007, 1:04 AM

    Javascript In Editor being removed

     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?
View Complete Thread