public abstract void LoadURL (
string[] url,
string[] parameter
)
Parameters
url
URLs that contain the new scene. The browser consecutively
tries to load the scene from these URLs. It stops as soon as
a download succeeds.
parameter
Contains additional information to be interpreted by the
browser. Each string shall consist of "key=value" pairs. The
VRML standard does not specify any of these parameters, so all
parameters are browser-specific.