[wp-testers] RE: "embed" and standards

Bertilo Wennergren bertilow at gmail.com
Thu Apr 10 23:15:42 GMT 2008


Laura Dahl wrote:

> Because of IE, you need some HTML tags that are not part of standard 
> XHTML.  However, we need to show our files to all our audience, and 
> Flash and others will not show it's movies to all of us if both embed 
> and object tags are not there to explain file "embedded" file.

In a quick test the following "embed"-free code seemed to work
in both IE7 and IE6:

   <object type="application/x-shockwave-flash" data="http://[...]"
   height="350" width="425">
   <param name="movie" value="http://[...]" />
   <param name="FlashVars" value="playerMode=embedded" /></object>

Which versions of IE don't handle that kind of code?

-- 
Bertilo Wennergren <http://bertilow.com>


More information about the wp-testers mailing list