So I think it is down to how you have your css defined.

If you use Firebug to have a look at what was actually written to the page
after the swfs are inserted by swfobject, your HTML ends up looking like
this:

<body>
<div id="wrapper">
<object width="770" height="100" type="application/x-shockwave-flash"
data="flashnavigation.swf" id="banner" style="visibility:
visible;"></object>
<div id="contentWrapper">
<object width="520" height="346" type="application/x-shockwave-flash"
data="lighting_display.swf" id="main" style="visibility: visible;"></object>
<div id="sidebar"><img alt="valerie ashe logo" src="images/ashe
logo.png"></div>
</div>
</div>
</body>


So have a look at how your CSS would be affecting these elements (perhaps
you can even copy and paste this html into a page with the css defined - no
swfobject required for now, and see if everything is behaving / what mods
you need to make to your css for it to layout properly. Once the css is
working, then test in the real page with swfobject inserting the swfs etc)


Cheers,
Aran

On Tue, Feb 9, 2010 at 9:13 AM, mel89 <[email protected]> wrote:

> Hello,
> I am embedding two swf files dynamically (published for Flash 8) with
> SWFObject 2.2 and have been noticing problems with Firefox on my Mac.
>
> Before I upgraded to Firefox 3.6, my main div swf was showing up
> underneath of my navigation swf. After the upgrade to Firefox 3.6 I my
> main div swf shows up as a significantly smaller pixel width and
> height than it should. Safari and Opera seem to display properly.
>
> Please offer any assistance. Here is the link:
> http://www.ashelighting.com/index_SWFobject.html
>
> Thank you.
>
> --
> 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]<swfobject%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/swfobject?hl=en.
>
>

-- 
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