PDA

View Full Version : firefox and flash



mattmilam
20 Mar 2007, 02:42 PM
http://www.valleybaptist.net/about/default.htm

My banner shows fine in IE but it does not show in FireFox.

Any suggestions?

Wickham
20 Mar 2007, 03:56 PM
Firefox doesn't seem to work with the object tag; it always seems to need the embed tag nested inside the object tag. The object tag works in IE and when Firefox cannot use the object tag it uses the embed tag.

I've come across this before.

I've tested this with your swf file in Firefox and it works but I'm not sure if the code is absolutely correct. I copied it from somewhere else.

<td height="50" bgcolor="#365C50"><object
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/
cabs/flash/swflash.cab#version=7,0,19,0" width="750"
height="50" align="middle">
<param name="movie" value="../swf/VBMCBanner.swf"
/>
<param name="quality" value="high" />

<embed src="../swf/VBMCBanner.swf" quality="high"
scale="noscale" bgcolor="#365C50" width="750" height="50"
name="VBMCBanner" align="middle"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer" /></embed>

</object></td>