Primo pulsante:
codice:
on (release) {
	_root.theurl = "www.sito.it";
}
Secondo pulsante:
codice:
on (release) {
	getURL("http://"+_root.theurl, "_blank");
}