Share via


Player6.InvokeURLs (deprecated)

Windows Media Player SDK banner art

This page documents a feature of the Windows Media Player 6.4 ActiveX control. We recommend that you migrate your content to use the Windows Media Player 9 Series ActiveX control. For more information about the Windows Media Player 9 Series ActiveX control, see the Windows Media Player 9 Series SDK.

This property specifies or retrieves a value indicating whether the Windows Media Player control automatically invokes URLs in a browser (URL flipping).

Syntax

MediaPlayer.InvokeURLs

Possible Values

This property is a read/write Boolean containing one of the following values.

Value Description
true Default. URL flipping is enabled.
false URL flipping is disabled.

Remarks

Windows Media files can contain Uniform Resource Locators (URLs). When a URL is sent to the Windows Media Player control, it is passed first to the ScriptCommand event, regardless of the value of the InvokeURLs property. After ScriptCommand exits, the value of InvokeURLs determines whether the Windows Media Player control starts the default browser and loads the URL. You can selectively display URLs by checking them in ScriptCommand and setting InvokeURLs as desired. For more information, see the ScriptCommand event.

Requirements

Version: Windows Media Player version 6.4.

Library: Use msdxm.ocx.

Platform: Windows 98 Second Edition or higher.

See Also