Anybody know why the _HTML block won't read the object tag? When I paste my code in there:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="550" height="400" id="speed_math" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="speed_math.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffcc99" /><embed src="speed_math.swf" quality="high" bgcolor="#ffcc99" width="550" height="400" name="speed_math" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
It reads the tags like it is text, no interpretation. Any ideas?
Thanks!