Files
SLikeNet/Samples/RoomsBrowserGFx3/Resources/LANConnection.as
2025-11-24 14:19:51 +05:30

9 lines
203 B
ActionScript

import flash.external.*;
returnToTitleButton.addEventListener("click", this, "ReturnToTitle");
function ReturnToTitle()
{
// Disconnect from the server
ExternalInterface.call("f2c_Logoff");
}