Trouble embedding code into FCKeditor

By dcaspian, 8 months ago.

Hi there,

I'm attempting to embed this player into a CMS that incorporates FCKeditor.

The problem is that my <noscript> code gets mangled:

So, this original code:
<noscript>
<object width='320' height='240' id='flvPlayer'>
<param name='allowFullScreen' value='true'>
<param name='movie' value='player.swf?movie=http://www.ensvideo.com/berezan/Black-Widow-Winery.flv&bgcolor=0x051615&fgcolor=0x13ABEC&volume=50&autoload=on&autorewind=on&clickurl=&clicktarget=&postimage='>
<embed src='player.swf?movie=http://www.ensvideo.com/berezan/Black-Widow-Winery.flv&bgcolor=0x051615&fgcolor=0x13ABEC&volume=50&autoload=on&autorewind=on&clickurl=&clicktarget=&postimage=' width='320' height='240' allowFullScreen='true' type='application/x-shockwave-flash'>
</object>
</noscript>

Becomes:

<noscript> &lt;object width='320' height='240' id='flvPlayer'&gt; &lt;param name='allowFullScreen' value='true'&gt; &lt;param name='movie' value='player.swf?movie=http://www.ensvideo.com/berezan/Black-Widow-Winery.flv&amp;bgcolor=0x051615&amp;fgcolor=0x13ABEC&amp;volume=50&amp;autoload=on&amp;autorewind=on&amp;clickurl=&amp;clicktarget=&amp;postimage='&gt; &lt;embed src='player.swf?movie=http://www.ensvideo.com/berezan/Black-Widow-Winery.flv&amp;bgcolor=0x051615&amp;fgcolor=0x13ABEC&amp;volume=50&amp;autoload=on&amp;autorewind=on&amp;clickurl=&amp;clicktarget=&amp;postimage=' width='320' height='240' allowFullScreen='true' type='application/x-shockwave-flash'&gt; &lt;/object&gt; </noscript>

Does anyone have any ideas on a way I can get around this?

My suggestion to you would be to try replacing the symbols with their html code.

for example: use your original code and replace all < that are getting changed to < with < and the & with &. That may or may not work. Its odd that the code editor changed only what was within the noscript tags. Maybe try a more popular CMS that doesn't have these issues.

heres a list of html symbol codes that may help you http://www.ascii.cl/htmlcodes.htm

Posted 8 months ago #


RSS feed for this topic

New Topic

You must log in to post.

Copyright Jambo Media, LLC 2009

Powered by WordPress - Created by Tommaso Baldovino