Como complemento a lo que te dijo
Diego, si querés usar Actionscript 3.0 escribí este código en el frame:
Código actionscript:
Ver originalboton.addEventListener (MouseEvent.CLICK, mifuncion);
function mifuncion (event):void {
navigateToURL (new URLRequest ("http://www.google.com.ar/"), "_blank");
}
Donde
boton es el nombre de instancia del botón.
Saludos