Hi all,
I want to place my .swf in the header of my CMS Page. But I’m having trouble positioning it in Intenet Explorer. I want it to show be vertical aligned at the bottom of a div.
This is the code I tried:
<div valign="bottom">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="370" height="41" id="Header" align="bottom">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="header.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#144787" />
<embed src="header.swf" quality="high" bgcolor="#144787" width="370" height="41" align="bottom" name="header" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</div>
Can anyone point me in the right direction?
Apologies if I posted in the wrong forum…
Regards
Beuvema