Click or drag to resize
MediaPlayeropenURL Method
Instructs the player that a new URL needs to be interpreted and executed. This method will first ask the actionDelegate to respond to the given URL. If the actionDelegate declines to respond and the URL has a web scheme (`http://� or 'https://') then an in-app web browser window will be displayed modally.

Namespace: Veeplay.media
Assembly: Veeplay (in Veeplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool openURL(
	string url
)

Parameters

url
Type: SystemString
The URL that needs to be loaded.

Return Value

Type: Boolean
true if success
See Also