Hello, I have the latest version of the cute editor, 6.0. I am trying to link to a flash file. In the HTML code, I put in this code:
<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/9cFkDTtQdMw"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/9cFkDTtQdMw" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>
If I switch to Normal mode, I can see my video and that it got put in just fine. If I switch back to HTML mode, this is all I am left with:
<embed src="http"://www.youtube.com/v/9cFkDTtQdMw width="425" height="350" type="application/x-shockwave-flash" wmode="transparent" /> </embed>
Some of the flash code is getting deleted, mainly the <object> tag and the <param> tags. Is there something I can do to prevent this from happening so that it just preserves all of the code I put in instead of removing it when I click back to HTML?
Jeremy