Annc.PreloadURL

[This is preliminary documentation and subject to change.]

The PreloadURL property contains the filename and location of the starting page of the interactive show. This is the page that Microsoft® WebTV® for Windows® or the Web browser loads when the interactive show starts.

Syntax

object.PreloadURL [ = sPreloadURL ]
 

Parts

object
Object expression that resolves to an Annc object.
sPreloadURL
String that contains the filename and location. The default value is an empty string.

Remarks

You must set a value for PreloadURL. Otherwise the announcement file created by Annc.Store will not be valid.

Examples

The following example sets the preload URL.

ann.PreloadURL = "MyShow\FirstPage.htm"
 

QuickInfo

  Windows NT: Unsupported.
  Windows: Requires Windows 98.
  Windows CE: Unsupported.
  Header: Declared in stream.idl.
  Import Library: Included as a resource in stream.dll.
  Unicode: Yes.