Embed Flash using valid XHTML
At one point in time I had done some research to figure out how to embed flash movies in a web page using valid XHTML. At the time, I remember having to do a considerable amount of research to figure out before finally being able to piece something together. This time, Google to the rescue; the first result was a bullseye.
<object type="application/x-shockwave-flash" data="images/banner.swf"
width="288" height="128">
<param name="movie" value="images/banner.swf" />
<img src="banner.gif" width="288" height="128" alt="banner" />
</object>
Kudos to: