getURL

i tried to link a button to a webpage using actionscript. but the page will not appear on _self instead, it open a new window. how do i make it open on _self? below is my actionscript.

on (release) {
getURL(“main.html”, 1);
}