Windows Media Player 11 SDK Settings.invokeURLs 

Windows Media Player SDK banner art

Previous Next

Settings.invokeURLs

The invokeURLs property specifies or retrieves a value indicating whether URL events should launch a Web browser.

Syntax

  
    
  

Possible Values

This property is a read/write Boolean.

Value Description
true Default. URL events should launch a browser.
false URL events should not launch a browser.

Remarks

Media files can contain URLs. When a URL is sent to the Windows Media Player control, it is passed first to the ScriptCommand event handler regardless of the value in invokeURLs. After ScriptCommand exits, Windows Media Player checks invokeURLs to determine whether to launch the default Internet browser with the URL. You can selectively display URLs by checking them in ScriptCommand and setting invokeURLs as desired.

Windows Media Player 10 Mobile: This property only accepts or returns false.

Requirements

Version: Windows Media Player version 7.0 or later.

Library: Use wmp.dll.

See Also

Previous Next