FireFox 3 is displaying on the page "->" where the Flash should be...
It looked like a broken tag... but I don't think so - here is my code:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
width="641" height="281" id="myFlashContent">
<param name="movie"
value="http://www.xxx.com/wp-content/uploads/
about.swf" />
<param name="loop" value="false" />
<param name="quality" value="high" />
<param name="scale" value="noscale" />
<param name="wmode" value="transparent" />
<param name="allowfullscreen" value="false" />
<!--[if !IE]>-->
<object type="application/x-shockwave-flash"
data="http://
www.xxx.com/wp-content/uploads/about.swf" width="641" height="281">
<param name="loop" value="false" />
<param name="quality" value="high" />
<param name="scale" value="noscale" />
<param name="wmode" value="transparent"
/>
<param name="allowfullscreen"
value="false" />
<!--<![endif]-->
<img src="http://www.xxx.com/images/about-header.jpg" alt="About Us" /
>
<!--[if !IE]>-->
</object>
<!--<![endif]-->
</object>
This code works perfect in IE and also Safari, but not FireFox (3)...
any ideas?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"SWFObject" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/swfobject?hl=en
-~----------~----~----~----~------~----~------~--~---