[wp-testers] "embed" and standards

Alex Günsche ag.ml2008 at zirona.com
Thu Apr 10 12:50:27 GMT 2008


On Thu, 2008-04-10 at 19:33 +0900, Bertilo Wennergren wrote:
> "WordPress strives to conform to the XHTML 1.0 Transitional standard."
> (http://codex.wordpress.org/Glossary#XHTML)

I have a very good experience with the following code which runs in all
major browsers, including IE 6 (dunno about < IE6). It validates against
XHTML 1.1 and the STRICT variants of earlier (X)HTML DTDs.

<object type="application/x-shockwave-flash" data='movie.swf' height="400" width="767">
	<param name="movie" value="movie.swf" />
	<param name="quality" value="best" />
	<param name="play" value="true" />
	<!-- Alternative content -->
</object>

Props to http://www.alistapart.com/articles/flashsatay where I found
this solution.


Best regards,
Alex

-- 
Alex Günsche, Zirona OpenSource-Consulting
Blogs: http://www.zirona.com/ | http://www.regularimpressions.net
*** Want to test the shiny new release of InstantUpgrade? ***
http://www.zirona.com/blog/software/instantupgrade-10-beta/



More information about the wp-testers mailing list