Windows Media Player Control SDK Banner Art
*Contents *Index  *Topic Contents
*Previous Topic: ImageSourceWidth
*Next Topic: IsBroadcast

InvokeURLs Property

Sets or retrieves a value specifying whether the Microsoft® Windows Media™ Player control automatically invokes URLs in a browser (URL flipping).

Syntax

MediaPlayer.InvokeURLs [ = bFlipping ]

Possible Values

bFlipping Boolean value specifying whether URL flipping is enabled. If true, URL flipping is enabled.

This property is read/write with a default value of true.

Remarks

ASF 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.

See Also

ScriptCommand, Processing Embedded Script Commands


Top of Page Top of Page
© 1999 Microsoft and/or its suppliers. All rights reserved. Terms of Use.