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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

link on a flash image

Status
Not open for further replies.

zekmek

Programmer
Jun 12, 2003
44
PT
Hello, i'm trying to put a link in my code on a flash image.

I thought that by putting <a href=&quot;&quot;>flash image</a> it will work but no.

Here is my code:
<object classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot; codebase=&quot; name=&quot;inscrip_anim&quot; width=&quot;135&quot; height=&quot;68&quot; id=&quot;inscrip_anim&quot;>
<param name=&quot;movie&quot; value=&quot;inscrip_anim.swf&quot;>
<param name=&quot;quality&quot; value=&quot;high&quot;><param name=&quot;SCALE&quot; value=&quot;exactfit&quot;>
<embed src=&quot;inscrip_anim.swf&quot; width=&quot;135&quot; height=&quot;68&quot; quality=&quot;high&quot; pluginspage=&quot; type=&quot;application/x-shockwave-flash&quot; name=&quot;inscrip_anim&quot; scale=&quot;exactfit&quot;></embed>
</object>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top