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.mediaAssembly: Veeplay (in Veeplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool openURL(
string url
)
Public Function openURL (
url As String
) As Boolean
public:
bool openURL(
String^ url
)
member openURL :
url : string -> bool
Parameters
- url
- Type: SystemString
The URL that needs to be loaded.
Return Value
Type:
Boolean true if success
See Also