wynandm
02-12-2004, 03:03 AM
I am working on a mac (against my will), and I am viewing a flash file in a popup, then on my close button I use the following code:
on (release) {
getURL("javaScript:self.close()");
}
This works fine on any PC, but however causes my mac to crash. Any ideas on how to close the popup window from within flash?
on (release) {
getURL("javaScript:self.close()");
}
This works fine on any PC, but however causes my mac to crash. Any ideas on how to close the popup window from within flash?