I try the following:
CODE
<a href="url_to_open">
<object type="application/x-shockwave-flash" data="some.swf" width="70" height="70" id="logo">
<param name="movie" value="some.swf" />
</object>
</a>
And also i try this one:
CODE
<object type="application/x-shockwave-flash" data="some.swf" width="70" height="70" id="logo" onclick="location='url_to_open'">
<param name="movie" value="some.swf" />
</object>
But either case it does not work, does anybody knows how to do it???
Another option that i think will work is to save this swf file as an animated gif, but as i said i don't work with flash, so if someone knows a tool to save swf files as an animated gif please let me know.
Best regards,

