I can’t seem to get the buttons I have created in flash to open in the same window… i’ve tried
- leaving it with no target
on (release) {
getURL(“http://www.mysite.com/”);
targetPath("_self")
}
on (release) {
getURL(“http://www.goldenlayouts.com/”, “_self”);
}
ANy help?