Re: Can you Put a hotspot on a flash file??? -
04-02-2009
, 12:09 AM
If I remember correctly the <object> tag is one of the tags used to incorporate
SWF files into HTML content. One of the attributes to the <object> tag is the
usemap attribute. This attribute should allow you to create and <area> tag
with a hyperlink. USEMAP Attribute: http://www.w3schools.com/tags/tag_object.asp AREA Tag: http://www.w3schools.com/tags/tag_area.asp
Roddy :smile; |