br!an
06-07-2006, 07:15 PM
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");
}
on (release) {
getURL("www.mysite.com", "_blank", "GET");
}