BJack
11-01-2003, 08:30 AM
Now I have searched a lot for a "close"-button.. I normally find ->
ActionScript:
on (release) {
getURL("java script:window.close()");
}
This won't work if the swf isn't inside a html document. I am making a swf that is to run on it's own in the macromedia flash player. Attaching the code above will only create a new window that wants to close, doing nothing to the swf itself.
So, any of you guys got a way around that problem?..
ActionScript:
on (release) {
getURL("java script:window.close()");
}
This won't work if the swf isn't inside a html document. I am making a swf that is to run on it's own in the macromedia flash player. Attaching the code above will only create a new window that wants to close, doing nothing to the swf itself.
So, any of you guys got a way around that problem?..