I have a site that has buttons in flash all the rest is html. I cant seem to figure out how to open a html page without it opening in a new window. heres the code i have now

on (release) {
getURL("www.mysite.com", "_blank", "GET");
}