View Full Version : swf not working in firefox!
akphotography
01-29-2007, 10:11 AM
anyone know some good html or java to use so it will play in all browsers....site can be viewed at akmphoto.net...help!
duncanhall
01-29-2007, 10:23 AM
Replace your entire object tag with this:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="337" height="129" id="enter3" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="http://www.akmphoto.net/images/enter3.swf" />
<param name="quality" value="best" />
<param name="bgcolor" value="#333333" />
<embed src="http://www.akmphoto.net/images/enter3.swf" quality="best" bgcolor="#333333" width="337" height="129" name="enter3" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
Also, this is in the wrong forum.
akphotography
01-29-2007, 10:40 AM
Replace your entire object tag with this:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="337" height="129" id="enter3" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="http://www.akmphoto.net/images/enter3.swf" />
<param name="quality" value="best" />
<param name="bgcolor" value="#333333" />
<embed src="http://www.akmphoto.net/images/enter3.swf" quality="best" bgcolor="#333333" width="337" height="129" name="enter3" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
Also, this is in the wrong forum.
ya i wasent sure what forum to put it in...by the way you are AWSOME..it works perfectly!..thanks so much
JeffGrafix.nl
12-17-2008, 08:14 AM
Hi kirupa fans,
I think I have a partially-aimilar problem.
I made a swf and implemented it on a html page using SWFObject; the swf works fine in Internet Explorer and Firefox. Above the swf I have a divlayer with a <ul><li> type menu. Some of the links have a dropdown submenu.
Now, when I open a dropdown, it disappears behind the swf in firefox, but it's still clickable. The disappearing dropdown-issue I can solve by adding wmode=transparent, but then the swf is NOT clickable in firefox anymore.
I've googled my brains out for this and a lot of times I came across the text ''it's a firefox bug and at the moment unsolveable', but I finf this hard to believe.
Does anyone here has a solution for this? What I would like is AND the swf to stay clickable AND the dropdown falls in front of the swf.
Thanks in advance!
vBulletin® v3.8.4, Copyright ©2000-2010, Jelsoft Enterprises Ltd.