Hey,
Referring to this link.
http://weblablogs.blogspot.com/
The Flash Button is coded with[INDENT] on (release) { //Goto Webpage Behavior getURL(“http://www.yahoo.com”,"_self"); //End Behavior }[/INDENT]This button suppose to link to yahoo.com in the same window. And It work well at here
However, it’s not working when I embed this flash into blogger with this code,[INDENT]<object width=“450” height=“400”>
<param name=“movie” value=“btn1.swf”>
<embed src=“http://nextags.net/mingzher/btn1.swf” width=“450” height=“400”>
</embed>
</object> [/INDENT]Anyone can kindly help is greatly appreciated. Thank you.:thumb: