form and object w3c

Discussion in 'HTML & Website Design' started by Silver89, Nov 9, 2006.

  1. #1
    Hi,

    the only thing on my pages that cause them to fail the validator is forms and objects, such as:

    <object classid="clsid:D27CDB6E-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?
     
    Silver89, Nov 9, 2006 IP
  2. fordP

    fordP Peon

    Messages:
    548
    Likes Received:
    28
    Best Answers:
    0
    Trophy Points:
    0
    #2
    fordP, Nov 9, 2006 IP