I've never done this myself, actually. But if I were to add flash animations, I'd place my trust in w3schools. And to make it a clickable link, I don't see why you cannot just place the object in an <a>-tag.
HTML Code:
<a href="http://www.slumperseats.com">
<!-- I just copied this from w3schools, and changed some parameters -->
<object width="468" height="60" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0">
<param name="src" value="http://www.va-huntfish.com/ads/S2Border.swf">
<embed src="http://www.va-huntfish.com/ads/S2Border.swf" width="468" height="60"></embed>
</object>
</a>
__________________
Your answers will only be as good as your question. Formulate it well and give all the necessary information.
Last edited by lizciz; 12-29-2011 at 08:22 AM..
|