Hello,
a href on a flash button doesn't work. When I click this button, the link is showing on the status bar however it doesn't proceed to cart.php. Why doesn't that work? please help. Thanks.
But when I replace the flash button with "Add to Cart", it works perfect.
print '<a href="cart.php?action=add_item&isbn='.$row["ISBN"].'&qty=1">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="105" height="33">
<param name="movie" value="button1.swf" />
<param name="quality" value="high" />
<embed src="button1.swf" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="105" height="33" ></embed>
</object></a>';