doClose Html window

hello,

I m calling with AS a new window with :

on (release) {
image="‘http://www.test.com/test.doc’";
getURL (“javascript:NewWindow=window.open(”+image+",‘newWin’,‘width=208,height=304,left=400,top=300,toolbar=No,location=No,scrollbars=No,status=No,resizable=No,fullscreen=No’); NewWindow.focus(); void(0);");

}

now, is it possible, to add a boutton to my swf file in order to close the window newwin ?

something like :

on (release) {
close te window newwin
}

thanks for your help :slight_smile: