To close the swf and exe by button

i wonder if i want to close the swf by cliking on a button, but it doest works

this is the only code i know and typed…

on(press)
{
fscommand(“exit”);
}