Fires when Skyline Globe Control finishes loading a fly file.
SGWorld.attachEvent(“onLoadFinished”, myOnLoadFinished);
function myOnLoadFinished()
Remarks
When constructing an SGWorld object with div id parameter (see SGWorld constructor), this event is the proper place to perform initialization after the terrain is loaded.