Close window in flash using tje JS script

Hi,
I tried using all the comands like :
on(release) {

getURL (“javascript:self.close()”);
}

javascript:window.close()"
and many more…

Nothing is working…
Please help…