Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | RE: FLASH: Programming button to close Flash movie/window?? |
From: | Phillip Kerman |
Date: | Sun, 14 Jan 2001 20:24:41 GMT |
For a standalone;
on (release) {
fscommand ("quit");
}
For a browser:
on (release) {
getURL ("javascript:window.close();");
}
But the browser option works best if you have previously poped open a window
(with the Flash movie in it).
Phillip
>
> Hi all!
>
> Hi, hope you are having a good weekend. I'm trying to program a
> button in
> Flash that when pressed upon, it would close out the Flash
> movie/window. Is
> there a way to do this?
>
> I've looked everywhere under the keywords, "end," "close," "exit," and I
> can't seem to find anything out. Trying to get this thing all done by
> tonight (Sunday).
>
> Any help would be greatly appreciated! Thanks in advance!
>
> Juliet
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> flasher is generously supported by...
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> flashforward2000 and the Flash(tm) Film Festival
> November 27-29, 2000, LONDON, National Film Theatre
>
> Produced by United Digital Artists and lynda.com
> -Sponsored by Macromedia, Adobe Systems and Apple Computer
> -http://www.flashforward2000.com or UK tel. +44 (0870) 751 1526
> Register before November 10 and save �200
> http:// www.flashforward2000.com
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> To unsubscribe or change your list settings go to
> http://www.chinwag.com/flasher or email helpchinwag [dot] com
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and the Flash(tm) Film Festival
November 27-29, 2000, LONDON, National Film Theatre
Produced by United Digital Artists and lynda.com
-Sponsored by Macromedia, Adobe Systems and Apple Computer
-http://www.flashforward2000.com or UK tel. +44 (0870) 751 1526
Register before November 10 and save �200
http:// www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpchinwag [dot] com
Replies
FLASH: Programming button to close Flash, JulMowrey
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]