<object width="920" height="260" data="http://demo.elxisitalia.com/templates/eigrey/swf/movie1.swf" align="middle" type="application/x-shockwave-flash" title="ei grey" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" >
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value=".../templates/eigrey/swf/movie1.swf" />
<param name="quality" value="high" />
<param name="height" value="920" />
<param name="width" value="260" />
<param name="bgcolor" value="#ffffff" />
</object>
http://yoursite/templates/eigrey/swf/movie1.swfif you want to add your own movie
or
replace odject(code above) with something similar to this:
<img src="http://mysite/images/mylogo.jpg" width="920px" height="260px" alt="a desc for the logo" border="0" />
or
with link to your homepage:
<a href="http://mysite" title="mysite"><img src="http://mysite/images/mylogo.jpg" width="920px" height="260px" alt="a desc for the logo" border="0"/></a>