2004-04-12 19:27 UTC Embedding flash without <embed>
I've never written any Flash content, or, as far as I can recall, ever used Flash on any of my sites, and I don't even have the Flash plug-in installed here, since Flash is a proprietary language and thus inherently evil and should never be sent over the wire, but, someone asked how to get around the fact that embed
is not a valid element in HTML4 Strict, given that tutorials always encourage people to use one object
element for IE and then a nested embed
element for everything else, so I wrote a sample page to do just that.