Contents Index Topic Contents | ||
Previous Topic: Rate Property Next Topic: SelectionEnd Property |
ReadyState Property
Specifies the control's state of readiness.
Syntax
[form.]object.ReadyStateSettings
Setting Value Description amvUninitialized 1 The FileName property has not been initialized. amvLoading 0 The ActiveMovie Control is asynchronously loading a file. amvInteractive 3 The control loaded a file, and has downloaded enough data to play the file, but has not yet received all data. amvComplete 4 All data has been downloaded. Data Type
Long
Remarks
The ActiveMovie Control changes this property at run time, and its value is passed as a parameter to the ReadyStateChange event. The run method will only work on the control after the ReadyState property has reached the amvInteractive or amvComplete state.
Run-time access: read-only. Design-time access: read-only.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.