Channel.NSCURL Property

Returns or sets the .nsc file URL of the station. The .nsc file is the NetShow station format file that is referred to by an .asx file.

Syntax

Station.NSCURL

Remarks

The .nsc file is only required for use with the NetShow Program Manager.

The .nsc file URL is a text string that uses the following formats:


Example

' get the second station
Set MyStation = NSChannelMgr.Channels.Find( "January Programs" )
' specify location for station NSC file
MyStation.NSCURL = "http://www.opera.org/janprog.nsc"

See Also

Channel object, Port , MulticastAddress, ChannelFormats

© 1996-1998 Microsoft Corporation. All rights reserved.