Folks:
Our users would like to embed code like this:
<object classid=“clsid:d27cdb6e-ae6d-11cf-96b8-444553540000” codebase=“http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve” height=“358” id=“etour1” rsion=“8,0,0,0” width=“324”><param name=“allowScriptAccess” value=“sameDomain” /><param name=“movie” value=“http://www3.mdanderson.org/streams/MDACCFlvPlayer.swf” /><param name=“quality” value=“high” /><param name=“bgcolor” value="#FFFFFF" /><param name=“flashvars” value=“configFilename=someurl” /><embed allowscriptaccess=“sameDomain” bgcolor="#FFFFFF" flashvars=“configFilename=someurl” height=“358” name=“eTour1” pluginspage=“http://www.macromedia.com/go/getflashplayer” quality=“high” src=“http://www3.mdanderson.org/streams/MDACCFlvPlayer.swf” type=“application/x-shockwave-flash” width=“324” /></object>
within an Ephox body. Issue is you can usually paste that in once and save but the code is mangled whenever the page gets edited again as Ephox ‘tidies’ the code.
Jimbo says here
http://forum.percussion.com/showthread.php?t=2028
that using a Rhythmyx Template will overcome the issue of Ephox removing the src or otherwise mangling the code as it does when you do a direct cut and paste of such code and try editing it again.
He suggests creating a dedicated “flash” content type and adding items to Ephox as a Rhythmyx template.
Sounded good but I have had no luck with that solution as the Rhythmxy template is rendered as a blank DIV and none of the OBJECT code makes it across. The “Flash” snippet works fine as a standalone item.
I have tried all sorts of escaping schemes and CDATA etc… but still the Rhythmyx template remains blank.
Can anyone suggest a solution?