[SWFObject] Strange behavior on Mac Firefox vs. PC Firefox

Geoff Stearns geoff at deconcept.com
Fri May 19 13:46:58 PDT 2006


well i've seen something similar to this before, but it was only  
happening in IE.

it was only when you use multiple instances of the same swf on the  
same page...

and the result of the other issues was the some of the swf files  
wouldn't show up at all, not partial functionality like you are seeing.

but anyway, try this just to see what happens:

on each swf, put a unique number after the swf file path, so it looks  
like this:

first one:
so = new SWFObject("path/to/swf.swf?id=1", "firstone", ...);

so = new SWFObject("path/to/swf.swf?id=2", "secondone", ...);

and so on - just make sure each one has a unique url so that the  
browser will send a new request for each swf and see if that fixes it.



On May 19, 2006, at 4:11 PM, Jason Grunstra wrote:

> I have 5 instances of the SwfObject on this site:
>
> http://www.cranium.com/Pop5/video/
>
> Each instance uses the same SWF, just different paramaters to render
> different FLV content. The <div> for the Flash content is positioned
> absolutely with CSS.
>
> On IE and Firefox on PC everything is fine.
>
> On Firefox and Safari on Mac OSX, the play/stop buttons of the flash
> video are not clickable for the first 2 videos, the last 2 work fine,
> and the middle one kinda works if you click the very lower half of the
> play button! Again, all movies use the same exact SWF.
>
> Anyone have any ideas on why 2.5 of the 5 videos work fine, and the
> other 2.5 doesn't!?!
> _______________________________________________
> SWFObject mailing list
> SWFObject at lists.deconcept.com
> http://lists.deconcept.com/listinfo.cgi/swfobject-deconcept.com




More information about the Swfobject mailing list