(I had made a Exit button in the pop-up flash, but dont know how to close it when I add it into html website.)
Pls anyone who can help me~~~ thks!!
Posted 30 March 2007 - 02:39 AM
Posted 01 April 2007 - 07:59 PM
pioSko, on 30 Mar, 2007 - 06:28 AM, said:
on(release) {
fscommand ("quit");
}
Posted 01 April 2007 - 08:06 PM
CyanBlue, on 30 Mar, 2007 - 07:01 AM, said:
exitButton.onPress = function ()
{
getURL("java script:window.opener=self;self.close();");
}
on (release){
getURL("java script:window.opener=self;self.close();");
}
Posted 02 April 2007 - 06:09 AM
getURL("java script:whatever();");
|
|
Query failed: connection to localhost:3312 failed (errno=111, msg=Connection refused).
|
