Se tutto quello che devi fare è aprire un link esterno quando si clicca il pulsante potresti fare così:

on (release) {
_root.getUrl("myPage.htm", "_blank");
}