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,
with IE you will hear a sound
but for firefox3 users, it's quiet ...
0
a source to share