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 ...