can anybody make this flash menu xhtml valid... i tried with some tutorials over the net but it still doesn't work.
this is the code
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase= "http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="923" height="90">
<param name="movie" value=
"http://www.zeriislam.com/menu.swf" />
<param name="menu" value="false" />
<param name="quality" value="Best" />
<param name="bgcolor" value="#1f314f" />
<embed src="http://www.zeriislam.com/menu.swf"
width="923" height="90" pluginspage=
"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"
name="htemplate1obj" />
</object>
width must be 923 & height 90 the others values like background are not important...