Hi, the only thing on my pages that cause them to fail the validator is forms and objects, such as: <object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="550" height="400"> <param name="movie" value="http://www.funzac.com/swf/<? echo rawurlencode($title);?>.swf" /> <param name="quality" value="high" /> <embed src="http://www.funzac.com/swf/<? echo rawurlencode($title);?>.swf" width="550" height="400" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed> </object> Is there anyway to change the code so that i complies, or do i have anything wrong?
First 4 errors: <input name="gameId" type="hidden" id="gameId" value="422" /> <input type="submit" name="Submit" value="Rate" /> Code (markup): The flash code will not validate, but you can make it validate, check this for information on getting started: http://www.alistapart.com/articles/flashsatay/ http://www.lingoworkshop.com/Testzone/ValidationTest.php