preload property

Gets or sets a hint to how much buffering is advisable for a media resource, even if autoplay isn't specified.

 

Syntax

object.put_preload( buffering);object.get_preload(* buffering);

Property values

Type: BSTR

none

The document author does not expect the user to need the media resource, or the server wants to minimize unnecessary traffic.

metadata

The document author does not expect the user to need the resource. However, if the resource metadata (dimensions, first frame, track list, duration, and so on) is available, using a resource is preferred unless it impacts performance to do so.

auto

The document author gives the user access to media content, which includes the ability to download the entire resource.

Standards information