LANConnection.as 203 B

12345678
  1. import flash.external.*;
  2. returnToTitleButton.addEventListener("click", this, "ReturnToTitle");
  3. function ReturnToTitle()
  4. {
  5. // Disconnect from the server
  6. ExternalInterface.call("f2c_Logoff");
  7. }
粤ICP备19079148号