all groups > flash actionscript > august 2004 >
You're in the

flash actionscript

group:

Close Browser window



Close Browser window RoyMunson2004
8/4/2004 9:58:40 PM
flash actionscript: I have a swf playing in a browser window.

Can I have a quit button in my flash movie that will close this browser window ?

Re: Close Browser window Happy Camper
8/4/2004 10:23:11 PM
Yes you can... put this on your button.

on (release) {
getURL("javascript:window.close();");
AddThis Social Bookmark Button