Return to Snippet

Revision: 1415
at October 4, 2006 14:46 by BranMan


Initial Code
For a standalone;
on (release) {
fscommand ("quit");
}

For a browser:
on (release) {
getURL ("javascript:window.close();");

}

Initial URL


Initial Description


Initial Title
Flash Close Button

Initial Tags


Initial Language
ActionScript