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");
}
Printable View
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");
}
Hi,
use _self instead of _blank
Musicman
thnx alot musicman :thumbsup: