Live Services SDK
Channel.OnRemoteAppLoaded Event

Fires when the remote application has finished loading and called its Channel.Initialize method.

VBScript Syntax

function Channel_OnRemoteAppLoaded() 
' The remote application is loaded and ready; start multiplayer
End Function

JavaScript Syntax

function Channel_OnRemoteAppLoaded() {
// The remote application is loaded and ready; start multiplayer
}
See Also

Concepts

Channel.Initialize Method

Page view tracker