Banner flash to display on your website the following way:
1. Your flash file upload (InvestTechFX_728×90.swf) to
hosting then to folder theme
example:
(public_html/wp-content/themes/StockMarket);
2. You enter the code for showing the flash, because it will
show under the header and the file must be in the edit is
Main Index Template (index.php) , find code :
<?php include (TEMPLATEPATH . ‘/sidebar1.php’); ?>
</div>
————————————————— <—– insert
<?php
$prev_link = get_previous_posts_link(__(’Newer Entries
»’, ‘kubrick’));

Insert kode :
<br>
<center>
<object
classid=”clsid:d27cdb6e-ae6d-11cf-96b8-444553540000″
codebase=
“http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0″
width=”468″ height=”60″
id=”mymoviename”>
<param
value=”InvestTechFX_728×90.swf” />
<param name=”quality” value=”high” />
<param value=”#ffffff”
/>
<embed src=”InvestTechFX_728×90.swf”
quality=”high”
bgcolor=”#ffffff”width=”468″
height=”60″
align=”"
type=”application/x-shockwave-flash”pluginspage=”http://www.macromedia.com/go/getflashplayer”>
</EMBED> </OBJECT>
</center>
Between that code, example :
<?php include (TEMPLATEPATH . ‘/sidebar1.php’); ?>
</div>
<br>
<center>
<object
classid=”clsid:d27cdb6e-ae6d-11cf-96b8-444553540000″
codebase=
“http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0″
width=”468″ height=”60″
id=”mymoviename”>
<param
value=”InvestTechFX_728×90.swf” />
<param name=”quality” value=”high” />
<param value=”#ffffff”
/>
<embed src=”InvestTechFX_728×90.swf”
quality=”high”
bgcolor=”#ffffff”width=”468″
height=”60″
align=”"
type=”application/x-shockwave-flash”pluginspage=”http://www.macromedia.com/go/getflashplayer”>
</EMBED> </OBJECT>
</center>
<?php
$prev_link = get_previous_posts_link(__(’Newer Entries
»’, ‘kubrick’));

To edit width and height at banner edit kode width dan height in kode flashnya.
Try please, Hopefully can help