I’m trying to apply this code to a “close” button on an swf within an html page.
on (release) {
getURL(“javascript:close()”);
}
Any ideas on why it wont work. It doesnt do anything when pressing it. Is there an alternative? Also, i’d like a way to close the window without diplaying the “are you sure” window.
Thanks.