hai friends,
i need to make a URL link for a flash file.i used code was
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" >
<param name="movie" value="../advertisment/<?echo "conadvsmall".$row[0].$row['photo'];?>" />
<param name="quality" value="high" />
<embed src="../advertisment/<?echo "conadvsmall".$row[0].$row['photo'];?>" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="274" height="230"></embed>



i tried with <a href> tag but its not working,try to do that...otr tell me some solution plz...