|
I think you can do the same with a tag (without image) if you define absolute, z-index, height, width and display.
.overswf{
position: absolute;
z-index: 1000;
height: 157px;
width: 960px;
display: block;
}
<div style="position:relative;">
<a class="overswf" href="http://www.mysite.com"> </a>
<object type="application/x-shockwave-flash"
width="960" height="157"
data="http://www.mysite.com/flash/myflash.swf">
<param name="movie"
value="http://www.mysite.com/flash/myflash.swf" />
<param name="wmode" value="transparent" />
<img src="http://www.mysite.com/images/mystaticimage.jpg" width="960" height="157" alt="" title=""/>
</object>
</div>
I didn't test it but I think it will work.
__________________
Please login or register to view this content. Registration is FREE - uncommon free scripts
Please login or register to view this content. Registration is FREE - Städte, Sport, Party, Gourment, Apartments, Hotels
|