my flash movie isn't showing in the header. I did what most posts about embeded flash on header say, and i only managed to clear the header space and somehow the browser recognize there is a flash movie but it's all blank.
the page is: saps.alcubo.com
the styles.css ended up as follows:
div.Header {
<div id="header">
<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="686" height="175">
<param name="movie" value="themes/Flowered/Banner_KA_6toF.swf" />
<param name="quality" value="high" />
<embed src="themes/Flowered/Banner_KA_6toF.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="686" height="175"></embed>
</object>
</div>
}
And the header.php:
div id="header">
<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="686" height="175">
<param name="movie" value="themes/Flowered/Banner_KA_6toF.swf" />
<param name="quality" value="high" />
<embed src="themes/Flowered/Banner_KA_6toF.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="686" height="175"></embed>
</object>
</div>
i thank anyone in advance. =)