Contents Index Topic Contents | ||
Previous Topic: AutoRewind Property Next Topic: Balance Property |
AutoStart Property
Indicates whether to automatically start playing the multimedia stream.
Syntax
[form.]object.AutoStart [ = { True | False } ]Settings
True Automatically start playing the multimedia stream. False (Default) Do not automatically start the multimedia stream. Data Type
Boolean
Remarks
If you set this property to False, you must make an explicit call to the Run method to play the stream.
Run-time access: read-only. Design-time access: read/write.
See Also
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.