Forum Moderators: open
<object id="MediaPlayer" width="320" height="300" classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" standby="Loading Windows Media Player components..." type="application/x-oleobject">
<param name="FileName" value="../images/sections/videos/clip.wmv" />
<param name="ShowControls" value="true" />
<param name="ShowStatusBar" value="true" />
<param name="ShowDisplay" value="false" />
<param name="autostart" value="true" />
<!-- embed wont validate. -->
<embed type="application/x-mplayer2" src="../images/sections/videos/clip.wmv" width="320" height="300" showcontrols="1" showstatusbar="1" showdisplay="0" autostart="1"></embed>
<!-- FireFox support is more important I guess... -->
</object>
I agree entirely with the comment you put in your markup. ;)
<!-- FireFox support is more important I guess... -->
I would simply leave the markup with the
embed element in place, it is well-formed and will be ignored by user agents which don't support it. Validation is just a tool. :)