jimromo
11-17-2006, 11:24 AM
Hi,
I'm trying to include the following <object> tag in the text editor from html mode. I can't just use a custom include from the page editor for this because I need to place precisely within the page. It works well when I preview the page.
However, when I try to go back into the Text editor, I am not able to make any changes to the page. I am also not able to go into html mode. I am on version v4.9 r43.
The code I am placing is:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="400" height="270" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">
<param name="movie" value="jpgrotator.swf" />
<param name="wmode" value="transparent" />
<embed width="400" height="270" src="jpgrotator.swf" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" wmode="transparent" />
</object>
Any help on this would be greatly appreciated,
Jim
I'm trying to include the following <object> tag in the text editor from html mode. I can't just use a custom include from the page editor for this because I need to place precisely within the page. It works well when I preview the page.
However, when I try to go back into the Text editor, I am not able to make any changes to the page. I am also not able to go into html mode. I am on version v4.9 r43.
The code I am placing is:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="400" height="270" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">
<param name="movie" value="jpgrotator.swf" />
<param name="wmode" value="transparent" />
<embed width="400" height="270" src="jpgrotator.swf" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" wmode="transparent" />
</object>
Any help on this would be greatly appreciated,
Jim