Forum Moderators: open
If you must do it create an invisible button in the flash movie which the following actionscript attached to frame 1 of the root timeline in an actions layer.
inv_btn.onPress = function() {
getUrl("http://www.macromedia.com/",_self):
}
You will need to give the button an instance name of inv_btn obviously