I am trying to get a browser window to quit upon completion of a Flash based Assessment.

It is running on a touch screen till using the html file generated when the fla file is published. Everything works fine until the assessment is required to quit - but the current coding i am using will not do this.

please have you any  ideas or work rounds that i may use or try?

current code is ....

on (release, releaseOutside ) {
   this.gotoAndStop ('buttonUp');
   getURL("javascript:window.close(this)");
   fscommand("quit");
}

many thanks
Simon
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to