Init
This commit is contained in:
8
Samples/RoomsBrowserGFx3/Resources/LANConnection.as
Normal file
8
Samples/RoomsBrowserGFx3/Resources/LANConnection.as
Normal file
@ -0,0 +1,8 @@
|
||||
import flash.external.*;
|
||||
|
||||
returnToTitleButton.addEventListener("click", this, "ReturnToTitle");
|
||||
function ReturnToTitle()
|
||||
{
|
||||
// Disconnect from the server
|
||||
ExternalInterface.call("f2c_Logoff");
|
||||
}
|
||||
Reference in New Issue
Block a user