Step 1 : Creating the Space above your Profile
<style>
body table {margin-top:415px;}
body div table, body table table {margin-top:0px;}
</style>
Step 2 : Adding the DIV with Flash Content
<style>
.katamari DIV generator
{ http://abrax.us/bbz/FlashAboveProfile.htm }
div.FlashBanner {width:800px; height:auto; text-align:center;}
div.FlashBanner {position: absolute; left:50%; top:0px; margin-left:-400px;}
</style>
<div class="FlashBanner"><embed src="URL" /></div>
Before you just go ahead and paste all this into your profile, look closely at the code and try to understand it.... You may also have to adjust the green part of the code to position the div properly. The pink part of the code in Step 1 can be adjusted to make the space above your profile larger or smaller.