PDA

View Full Version : actionscript for exit (Alligator Flash Designer6)


Rekha Reddy
09-29-2006, 03:24 PM
hai.. i m working on Alligator Flash Designer 6 (which is similar to PowerPoint). I export the file as .SWF format and executing on flash 9. To exit the window i m using the followin commands,

fscommand("quit");

or

on (release) { fscommand("quit"); }

but the window is not closing. what command i should use to exit the window?

Thanks in advance!!