Flash Param Tags Break Layout
-
I’m having trouble getting flash to show up correctly in my posts using the new themeing engine. I’ve turned off the XHTML autocorrect/validator in options so posting code isn’t the problem.
I create a new page with this code:
<object classid=”clsid:d27cdb6e-ae6d-11cf-96b8-444553540000″ codebase=”https://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0″ width=”534″ height=”400″ id=”slideshow” align=”middle”>
<param name=”allowScriptAccess” value=”sameDomain” />
<param name=”movie” value=”slideshow.swf” />
<param name=”quality” value=”high” />
<param name=”bgcolor” value=”#ffffff” />
<embed src=”images/slideshow.swf” quality=”high” bgcolor=”#ffffff” width=”534″ height=”400″ name=”slideshow” align=”center” allowScriptAccess=”sameDomain” type=”application/x-shockwave-flash” pluginspage=”https://www.macromedia.com/go/getflashplayer” />
</object>This works just fine in Internet Explorer, but totally breaks the Kubrick and ShadedGrey themes I’ve tested the page with. When I remove the param tags, it works fine in Firefox, but not in IE. So, IE needs the param tags, but Firefox doesn’t like them. I’m stumped on how to fix this and was wondering if anyone knew how to get around this problem without JavaScript, if possible.
Here’s an example of a Firefox broken page:
https://www.eclecticdesigns.org/?page_id=11
Here’s an IE broken page:
https://www.eclecticdesigns.org/?page_id=12
- The topic ‘Flash Param Tags Break Layout’ is closed to new replies.