Validating flash code in xhtml

i cant get my xhtml to validate as strict compliant when i insert the code for my flash file in the file. here is my line. Can someone help out? Im doing this class for an internet programming class and i need it to validate.

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
 codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
 width="200" height="100" id="Untitled-1">
 <param name="movie" value="images/logo2.swf"/> <param name="quality" value="high"/> <param name="bgcolor" value="#FFFFFF"/> <embed src="images/logo2.swf" quality="high" bgcolor="#FFFFFF"  width="200" height="100" name="Untitled-1"
 type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>
</OBJECT>

I know thats not php but thats the only way i could show the code

http://www.alistapart.com/articles/flashsatay/ :slight_smile:

it’s quite hard to get it to work right…

your closing object tag is capitalized. All xhtml tags must be lower-case…

vash it does it even with lower case,

wow thanks njs12345, i havent tried to code from that site yet but that looks like exactly what im looking for.

the home page of that site is definitely worth a bookmark if you’re interested in web standards :slight_smile:

yep did that as soon as i saw it hehe