vyas
02-25-2009, 10:59 PM
Hi,
I am using the following script to quit the swf application. It does not work. Please advise. Thank you:(
exit_btn.addEventListener(MouseEvent.CLICK, exitClick);
function exitClick(event:MouseEvent) {
fscommand("quit");
}
I am using the following script to quit the swf application. It does not work. Please advise. Thank you:(
exit_btn.addEventListener(MouseEvent.CLICK, exitClick);
function exitClick(event:MouseEvent) {
fscommand("quit");
}