I've done this but I used a transparent gif, but the outcome will be the same.
CSS CODE :
Code:
#flash {
width:780px;
height:318px;
z-index:-1;
}
img.key {
position:absolute;
left:0px;
top:315px;
z-index:1;
}
Edit the flash div to your size and edit the img.key positioning to where you want it. You can also name .key what ever you want (img.whatever), But you cannot have a space between the two.
HTML CODE :
Code:
<div id="flash">
<img class="key" src="image.jpg" />
ADD FLASH FILE
</div><!-- END FLASH -->
That should do it for you.
Bookmarks