![]() |
Previous | Next |
The baseURL property specifies or retrieves the base URL used for relative path resolution.
Syntax
player.settings.baseURL
Possible Values
This property is a read/write String.
Remarks
This property specifies the base HTTP URL that is passed as the command parameter by the scriptCommand event. The base URL is concatenated with the relative URL as follows:
Note
The player control does not support the use of two periods (..) in the relative URL to indicate the parent of the current location.
See Also
Previous | Next |