Windows Media Player 11 SDK IWMPSettings.invokeURLs (VB and C#)
Previous | Next |
IWMPSettings.invokeURLs (VB and C#)
The invokeURLs property gets or sets a value indicating whether URL events should launch a Web browser.
Property Value
A System.Boolean value indicating whether URL events should launch a Web browser. The default is true.
Remarks
Digital media files and streams can contain URL script commands. When a URL script command is sent to the Windows Media Player control, it is passed first to the AxWindowsMediaPlayer_WMPOCXEvents_ScriptCommandEvent event handler regardless of the value retrieved by invokeURLs. After _WMPOCXEvents_ScriptCommandEvent exits, Windows Media Player checks invokeURLs to determine whether to launch the default Web browser with the URL. You can selectively display URLs by checking them in _WMPOCXEvents_ScriptCommandEvent and setting invokeURLs as desired.
Requirements
Version: Windows Media Player 9 Series or later
Namespace: WMPLib
Assembly: Interop.WMPLib.dll (automatically generated by Visual Studio)
See Also
Previous | Next |