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> _______________________________________________ wp-testers mailing list [email protected] http://lists.automattic.com/mailman/listinfo/wp-testers
