HomefieldOfView | SPi-V dev

Legend

  • required
  • not yet implemented

Navigation

user

openURL

Description

Opens the specified url in the SPi-V engine

Syntax

Action:

not available, use getURL instead

API call:

openURL("path/tour.xml")

Arguments

  • url
    Relative url to the file to open
    By using the following syntax, an initial scene and/or initial view can be specified:
    openURL("path/tour.xml#scene2,30,5,80")
    Opens tour.xml and jumps immediately to scene2 at pan 30, tilt 5 and fov 80

History

  • 13-Jan-06: Initial version