downloadProgress Property

This topic documents a feature of HTML+TIME 2.0, which is obsolete as of Windows Internet Explorer 9.

Gets a value that indicates the current percent of download completed.

Syntax

HTML N/A
Scripting [ idownloadProgress = ] object.downloadProgress

Possible Values

idownloadProgress Integer that receives the current percent of download completed.

The property is read-only. The property has no default value.

Remarks

downloadProgress was introduced in Microsoft Internet Explorer 6.

This property applies only to objects with streaming content.

If hasDownloadProgress returns false, then this property always returns zero.

Applies To

t:ANIMATION, t:AUDIO, t:IMG, t:MEDIA, t:REF, t:VIDEO

See Also

Introduction to HTML+TIME, hasDownloadProgress