Forum Moderators: open
I searched at the W3C for validation of objects, or audio, and couldn't find anything.
Would someone direct me to where I could get information on HOW TO validate audio/objects such as this:
< 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="70" height="30">
< param name="movie" value="../audio/music/mp3ss1d.swf" />
< param name="quality" value="high" />
< embed src="../audio/music/mp3ss1d.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="70" height="30">< /embed>
< /object>
Upon validation the W3C does not recognize any of this code. They say there is no attribute "quality", but there is. They say there is no "pluginspage", but there is, etc.
Ex:
there is no attribute "quality"
there is no attribute "pluginspage"
there is no attribute "type"
there is no attribute "width"
there is no attribute "height"
element "embed" undefined and 14 more undefined ...ockwave-flash" width="70" height="30">< /embed>
How does one get a page with several of this embed objects to validate?
Thanks
PJ