I'm using the getURL function to add links to my website.
getURL("myURL","_self");
It works in the test window in Flash, but not in the browser. Here's the code:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="500" height="150" title="Click">
<param name="movie" value="http://flash.mostmojo.com/click/logo.swf" />
<param name="quality" value="high" />
<embed src="http://flash.mostmojo.com/click/logo.swf" width="500" height="150" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>
</object>
I attatched the swf file.