Quantcast
Channel: OXID Community Forum
Viewing all articles
Browse latest Browse all 6951

swf in footer

$
0
0
hi kann mir vielleicht jemand helfen fang gerade neu an ;)

hallo, kann mir jemand sagen wie ich eine swf in den footer bekomme

bzw muss ich den code als beispiel so
<div id="swffooter">
<object classid="CLSID27CDB6E-AE6D-11cf-96B8-444553540000" width="600" height="400"
codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0">
<param name="movie" value="bilder/1head.swf">
<param name="quality" value="high">
<param name="scale" value="exactfit">
<param name="menu" value="true">
<param name="bgcolor" value="#000040">
<embed src="bilder/1head.swf" quality="high" scale="exactfit" menu="false"
bgcolor="#000000" width="720" height="200" swLiveConnect="false"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash">
</embed>
</object>


</div>

in die footer.tpl machen

und dann in oxid.css so definieren

#swf footer
{
position: absolute;
background: url(bilder/1head.swf);
left: 40px;
top: 115px;
border: solid 1px #FFFFFF;
width:720px;
height:200px;
z-index:2;
}

Viewing all articles
Browse latest Browse all 6951

Trending Articles