Swfobject not working in firefox 3?

My javascript code looks like this:

BBS.SO = new SWFObject("/Client/Css/sound.swf", "mysound", "1", "1", "8", "#336699");

BBS.SO.write('swfholder');

      

it worked, but not now in firefox, but in iE it still works.

Is there such a bug with swfobject? it is an open source project.

There seems to be a big delay in firefox3 when inserting such an attachment into a div element:

<embed id="mysound" height="1" width="1" quality="high" bgcolor="#336699" name="mysound" style="" src="/Client/Css/sound.swf" type="application/x-shockwave-flash"/>

      

Is this really a bug with firefox3? any work around?

Or you can check this testing page,

http://maishudi.com/test.php

with IE you will hear a sound

but for firefox3 users, it's quiet ...

0


a source to share


1 answer


Your example page was playing sound in Firefox 3.0.10 for me on both Ubuntu (Jaunty) and Windows XP SP3 32-bit.



+1


a source







All Articles