How do you get the EE Flash plugin to output validated XHTML 1.0 Transitional code?
Here’s what’s embedded into the Template in EE:
{exp:flashplugin file=“http://www.mysite.com/images/header_home_flash_10-05.swf” width=“730” height=“273”}
I’ve also tried it manually, but no go on validation:
<object classid=“clsid:D27CDB6E-AE6D-11cf-96B8-444553540000” codebase=“http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0” width=“730” height=“273”>
<param name=“movie” value=“http://www.mysite.com/images/header_home_flash_10-05.swf”>
<param name=“quality” value=“high”>
<embed src=“http://www.mysite.com/images/header_home_flash_10-05.swf” quality=“high” pluginspage=“http://www.macromedia.com/go/getflashplayer” type=“application/x-shockwave-flash” width=“730” height=“273”></embed></object>
How do we embed a Flash image and still get XHTML validation?
