Five Methods of Adding Links to FLASH Files
on (release) { GetURL ("replace this with the URL", "_blank"); }
onClipEvent (mouseDown) { GetURL ("replace this with the URL", "_blank"); }
GetURL ("replace this with the URL", "_blank");
GetURL ("replace this with the URL", "_blank");
<button style="width:400px; height:400px; background:transparent; border:0; padding:0; cursor:hand" onclick="window.location.href=' Replace here with web address' "> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase=" height="100%"> <param name="movie" value=" FLASH .swf"> <param name="quality" value="high"> <embed src="flash.swf" width="100%" height="60" quality="high" pluginspage=" type="application/x-shockwave-flash" align="middle"> </embed> </object> </button