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 }