ReadyState PropertyReadyState Property*
*



Contents  *



Index  *Topic Contents
*Previous Topic: Rate Property
*Next Topic: SelectionEnd Property

ReadyState Property

Specifies the control's state of readiness.

Syntax

[form.]object.ReadyState

Settings

SettingValueDescription
amvUninitialized1The FileName property has not been initialized.
amvLoading0The ActiveMovie Control is asynchronously loading a file.
amvInteractive3The control loaded a file, and has downloaded enough data to play the file, but has not yet received all data.
amvComplete4All 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.


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.