PDA

View Full Version : How to close a ZincV2 app?


hakiro
05-14-2005, 02:14 PM
I have just discovered the Zinc V2 program and try to make a kiosk application running a swf. But the fscommand quit wont close the apllication. Anybody know what code to insert in a "close" button?

yours hakiro

Anticrombie
05-31-2005, 11:14 PM
exitButton.onPress=function() {
mdm.exit("ask","Are you sure you want to Exit?");
}