View Single Post
Old Jun 6th, 2006, 8:12 PM   #3
Ooble
I eat cake for breakfast.
 
Ooble's Avatar
 
Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9 Ooble is on a distinguished road
The correct HTML is the <object> tag. I believe the <embed> tag was created by Netscape developers before the standard, but don't quote me on that. It's suggested that you provide both, but no one uses Netscape any more, so you only really need the <object> tag. The W3C seem to think so, anyway.

<object width="{width}" height="{height}">
    <param name="movie" value="{filename}.swf">
</object>
__________________
Me :: You :: Them
Ooble is offline   Reply With Quote