Hello.
I found some answers about this but all it explained was how to insert code to be displayed on page, what I want is to insert code that is used in page.
I want to insert this code in a post:
& lt;div id="video1"& gt;[FLASH]& lt;/div& gt;
& lt;script type="text/javascript"& gt;
var so = new SWFObject("/swf/video_player/player.swf", "video", "320", "283", "8", "#FFFFFF");
so.write("video1");
& lt;/script& gt;
But after I publish the code appears as:
& lt;div id="video1"& gt;[FLASH]& lt;/div& gt;
& lt;script type="text/javascript"& gt;
var so = new SWFObject(& #8221;/swf/video_player/player.swf& #8221;, & #8220;video& #8221;, & #8220;320& #8243;, & #8220;283& #8243;, & #8220;8& #8243;, & #8220;#FFFFFF& #8221;);
so.write(& #8221;video1& #8243;);
& lt;/script& gt;
How can I make WordPress not to convert the characters like this?
Thank you.
- Adrian.