cocteauuk
08-16-2006, 10:54 AM
Hi,
I have a transparent flash banner that goes on a <div> layer over a .php page. The thing doesn't work. Sometimes it just shows a white square where it should be or sometimes it just doesn't show at all.
I've tried placing the banner on a normal html page and it works fine.
May be something to do with php? also where should I place the code? inside a table?
Here is the flash code.
<div id="Layer1" style="position:absolute; left:400px; top:248px; width:405px; height:303px; z-index:1001; visibility:visible">
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,29,0" width="405" height="303">
<param name="movie" value="signup_offer.swf" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<param name="bgcolor" value="#ffffff" />
<embed src="signup_offer.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="405" height="303" wmode="transparent"></embed></object></div>
Thank you very much,
I have a transparent flash banner that goes on a <div> layer over a .php page. The thing doesn't work. Sometimes it just shows a white square where it should be or sometimes it just doesn't show at all.
I've tried placing the banner on a normal html page and it works fine.
May be something to do with php? also where should I place the code? inside a table?
Here is the flash code.
<div id="Layer1" style="position:absolute; left:400px; top:248px; width:405px; height:303px; z-index:1001; visibility:visible">
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,29,0" width="405" height="303">
<param name="movie" value="signup_offer.swf" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<param name="bgcolor" value="#ffffff" />
<embed src="signup_offer.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="405" height="303" wmode="transparent"></embed></object></div>
Thank you very much,