on(release){
getURL("pagina.html","_self");
}

se invece vuoi caricarlo in un frame:
on(release){
getURL("pagina.html","top");
}