Please help... I have placed a layer on a page and in a div tag I put some flash.
In I.E.6 the flash plays fine with a transparent background showing the underlying background colour of the page as I wanted.
In Firefox theres just a big white box for the layer.
I have played around making the visibility , default,inherit,visible and hidden. The best I can do with this is to have the Flash play but still in a white box, not transparent.
Heres the code, I'm fairly new to this as you can probably tell.
What did I do wrong?
<div align="center">
<div id="tvrflashlayer" style="position:absolute; width:948px; height:410px; z-index:3; left: 88px; top: 126px; visibility: visible;" align="center">
<div>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="927" height="400" align="middle">
<param name="movie" value="tvr.swf">
<param name="quality" value="high">
<param name="wmode" value="transparent">
<embed src="/tvr.swf" width="927" height="400" align="middle" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>
</object>
</div>