Hi,
Where should I put a href in flash,My code is below.
But the a href is not working here.
Regards,
AMT
Where should I put a href in flash,My code is below.
Code:
<a href="http://www.google.com"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,24" width="160px" height="600px">
<param name="movie" value="/uploads/flash/preloader_basic.swf">
<param name="quality" value="high">
<param name="wmode" value="transparent">
<param name="menu" value="false">
<embed src="/uploads/flash/preloader_basic.swf" width="160px" height="600px">
</embed>
</object></a>
Regards,
AMT
Comment