The URL from which to retrieve the WTML data.
A callback to be called after the folder (and all child folders, if loadChildFolders is set to true) is successfully loaded.
Optional
loadChildFolders: booleanOptional, When true, this method will recursively download and unpack all Folders contained in the original WTML file. Defaults to false.
A folder object that will be populated asynchronously.
Generated using TypeDoc
Load a WTML collection and register its imagesets with the WWTControl.
This function launches an asychronous operation to retrieve the collection data from the specified URL. As such, the returned Folder object will start out blank and unpopulated. Its contents will be filled in from the parsed data at some point in the future, at which point the
complete
callback will be called.