AutoStart Property

Path Control

Determines whether the path starts playback immediately after loading. Read/write at run time; write access is available at run time only when the path is stopped.

Syntax

HTML<PARAM NAME="AutoStart" VALUE=0 | -1>
ScriptingpathObj.AutoStart [ = fStart ]

Possible Values

fStart
Starts playback as soon as the path is loaded if True (–1 or nonzero) or, if False (0), simply loads and does not play until explicitly started with the Play method. The default value is False.

Top of Page Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.