technoknow
Technical User
Hi,
I've used the following CSS:
Here is the html:
This works fine on my WinXP machine with FireFox 1, Netscape 7.2. But not on IE 6.0.2 I can view the movie fine in IE if I just view the swf file alone. It must be a problem with the CSS syntax, I've tried everything, please help!
Thanks,
TechNoKnow
Once upon a midnight dreary, while I pondered, weak and weary, over many a quaint and curious volume of forgotten code.
I've used the following CSS:
Code:
#topFlashWrapper
{
position: relative;
margin: 0;
left: 87px;
top: -96px;
width: 350px;
height: 94px;
z-index: 1;
}
Code:
<div id="topFlashWrapper">
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="[URL unfurl="true"]http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"[/URL]
WIDTH="350" HEIGHT="94" id="topFlash" ALIGN=""><PARAM NAME=movie VALUE="topFlash.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFFFF> <EMBED src="flash/topFlash.swf" quality=high bgcolor=#FFFFFF WIDTH="350" HEIGHT="94" NAME="topFlash" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="[URL unfurl="true"]http://www.macromedia.com/go/getflashplayer"></EMBED>[/URL]
</OBJECT>
</div>
Thanks,
TechNoKnow
Once upon a midnight dreary, while I pondered, weak and weary, over many a quaint and curious volume of forgotten code.