Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

make object hyperlink

Status
Not open for further replies.

zip2309

Instructor
Sep 13, 2003
1
ZA
i have a swish object(.swf)

i need 2 make the entire swf object a hyperlink.
where do i place the <a> tag or how 2 make a hyperlink

code eg :
<div id=&quot;me2&quot; style=&quot;position:absolute; top:175; left:10&quot;>
<OBJECT classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot;
codebase=&quot; ID=homead1 WIDTH=314 HEIGHT=87>
<PARAM NAME=movie VALUE=&quot;homead1.swf&quot;>
<PARAM NAME=quality VALUE=high>
<PARAM NAME=bgcolor VALUE=#FECBFA>
<EMBED src=&quot;homead1.swf&quot; quality=high bgcolor=#FECBFA
WIDTH=314 HEIGHT=87 TYPE=&quot;application/x-shockwave-flash&quot;
PLUGINSPAGE=&quot; </EMBED>
</OBJECT>

</div>
 

Regards,

cubalibre2.gif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top