Hello, i'm trying to put a link in my code on a flash image.
I thought that by putting <a href="">flash image</a> it will work but no.
Here is my code:
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase=" name="inscrip_anim" width="135" height="68" id="inscrip_anim">
<param name="movie" value="inscrip_anim.swf">
<param name="quality" value="high"><param name="SCALE" value="exactfit">
<embed src="inscrip_anim.swf" width="135" height="68" quality="high" pluginspage=" type="application/x-shockwave-flash" name="inscrip_anim" scale="exactfit"></embed>
</object>
I thought that by putting <a href="">flash image</a> it will work but no.
Here is my code:
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase=" name="inscrip_anim" width="135" height="68" id="inscrip_anim">
<param name="movie" value="inscrip_anim.swf">
<param name="quality" value="high"><param name="SCALE" value="exactfit">
<embed src="inscrip_anim.swf" width="135" height="68" quality="high" pluginspage=" type="application/x-shockwave-flash" name="inscrip_anim" scale="exactfit"></embed>
</object>