![]() |
Previous | Next |
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.
See Also
Previous | Next |