InvokeURLs

Description

Returns or sets a Boolean value specifying whether or not the Player automatically invokes URLs in an Internet or intranet browser.

Syntax
object.InvokeURLs

Remarks

ASF files can contain Uniform Resource Locators (URLs). When a URL is sent to the Player control, it is passed first to the ScriptCommand event, regardless of the value in InvokeURLs. After ScriptCommand exits, the Player control checks InvokeURLs to determine whether or not to start the default Internet browser with the URL. You can selectively display URLs by checking them in ScriptCommand and setting InvokeURLs as desired. For more information, see the ScriptCommand event.

The default value of this property is True.

See Also

ScriptCommand

Return to Player Control Reference.

© 1997 Microsoft Corporation. All rights reserved. Terms of Use.