The url field of the Script Node may contain a URL that references the VrmlScript code |
Script {url"http://foo.com/myScript.vs"} |
The script can also be placed inline as |
Script {url"vrmlscript:functionfoo(){...} " } |
The url field may contain multiple URL's and thus reference a remote line or in-line code. |