Microsoft Windows CE 3.0  

InvokeURLs

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

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

Compatibility:Windows Media Player

MediaPlayer.InvokeURLs [ =
bFlipping
]

Parameters

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 ScriptCommandevent, regardless of the value of the InvokeURLsproperty. After ScriptCommandexits, the value of InvokeURLsdetermines whether the Windows Media Player control starts the default browser and loads the URL. You can selectively display URLs by checking them in ScriptCommandand setting InvokeURLsas desired. For more information, see the ScriptCommandevent.

See Also

ScriptCommand