Hi Michael,

I’ve cleaned the code up to make it XHTML compliant, but the main problem is that we need to lose the ‘embed’ element to validate.

There's an interesting article at http://alistapart.com/articles/flashsatay covering the problems with this area.

The code below validates with the XHTML 1.0 Transitional doctype:

<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
width="114" height="102">
<param name="movie" value="xarDB.swf" />
<param name="quality" value="high" />
<param name="menu" value="true" />
</object>

I'll give the various other doctypes a try and make sure it validates in as many as possible...

We should then be able to get the fixed XHTML into the CD.

Marc