Embed XHTML-validated Flash Movie

A few day ago, I tried to embed a flash about sasimi and Tzu-jiun in Hsien-Chih’s blog, but the syntax seemed not be validated by W3C. I don’t like this to happen and googled some information to solve it. After consulting this page, I changed the code to:

<object width="400" height="327" type="application/x-shockwave-flash" data="swf_url">
<param name="movie" value="swf_url" />
</object>

And this works correctly in IE, Firefox, and Opera.

Take a note, and I think I’ll need it in the future.

2005.10.22 Update: Use &quot; for this special html character: "

2005.10.29 Update: The URL of Hsien-CHih’s blog had changed.

Tags: , ,

One Comments

  • Loren Helgeson

    2005/10/14

    Doesn’t work on OS X Firefox. Otherwise, works fine.

    Reply

Leave a Reply