FLASH BUTTON triggers URL

[font=Arial]Hello… I want to be able to click a FLASH button I created, that when clicked goes to my . How can I do this? I’m having trouble figuring it out. Also I need a 5-second delay before the designated URL page opens in order to let the sound ring out that I’ve assigned to the button.
Please help. I’m a novice to FLASH.[/font]

[font=Arial]Race[/font]

[color=red]In your buttons actionpanel type the following[/color]

on (release) {
getURL(“http://www.thebasement.dk”, “_blank”);
}

[color=red]replace [color=red][color=blue]www.thebasement[/color][/color][color=blue].dk[/color] with your link but leave the " "[/color]

Great! Thanks very much!
Race