I do have a flash object in my home page with the following code that
works fine in Firefox...

<object width="641" height="510" data="http://www.redtablegroup.com/
flash/home-text.swf" type="application/x-shockwave-flash"><param
name="wmode" value="transparent"> <param name="quality" value="high" /
><param name="scale" value="noscale" /><param name="src" value="http://
www.redtablegroup.com/flash/home-text.swf" /></object>

but my code in the first post is something firefox does not like... im
confused...

On Apr 27, 1:55 pm, jderosa3 <[email protected]> wrote:
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to