[Flashcoders] browser will not quit!!

2006-06-02 Thread Simon Turner
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

Re: [Flashcoders] browser will not quit!!

2006-06-02 Thread Simon Turner
Ok - i now have this as the coding within the flash file on (release, releaseOutside ) { this.gotoAndStop ('buttonUp'); getURL(javascript:window.close();); fscommand(closeBrowserWindow, ); } and i have some java in the html page like so ... script type=text/JavaScript !--