I'm currently just finishing off a site for a client.
Now the site validates perfectly fine XHTML Transitional etc without the flash element.
When I add the flash element I get 12 errors all caused by the flash
Such as:
No attribute: wmode
No Attricbute: quality
etc.
Now i just used the publish html code that flash publishes with as i'm not a flash person and this is the first time i've had to use flash.
Is there anyway to make this code so it validates?
<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="831" height="175" id="mwd_flash" align="middle"> <param name="allowScriptAccess" value="sameDomain" /> <param name="movie" value="mwd_flash.swf" /><param name="wmode" value="transparent" /><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="bgcolor" value="#ffffff" /><embed src="mwd_flash.swf" wmode="transparent" quality="high" bgcolor="#ffffff" width="831" height="175" name="mwd_flash" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </object>
Thanks guys.
