I have this working code for IMAGES:
<a class="showimage" rel="http://www.sitename/images/image.png" >
<span>hover here</span>
</a>
plus some javascript and css code…. so the final result is now when you hover on “hover here” it shows the actual IMAGE “http://www.sitename/images/image.png” – something like this ( http://goo.gl/jhyNm )
What I want to ask is, is it possible to show/play .SWF file instead of image…. so the process is the same, I hover on “hover here” text and it shows the .SWF ?
Any help will be appreciated.
Thanks
I’m not 100% sure, but you can try to embed SWF in
divelement and using JS detectmouse overevent on “hover here” and then show or hidediv.