Hello,
I am trying to learn how to embed properly.
The following code works. But it does not pass W3C validation as XHTML 1.1. What am I doing wrong?
<object width="631" height="324">
<param name="movie" value="files/flash.swf">
<param name="wmode" value="transparent" />
<embed src="files/flash.swf" width="631" height="324" wmode="transparent">
</embed>
</object