preload property
[This documentation is preliminary and is subject to change.]
Gets or sets a hint to how much buffering is advisable for a media resource, even if autoplay is not specified.
![]() ![]() |
Syntax
HRESULT value = object.put_preload(BSTR v);HRESULT value = object.get_preload(BSTR* p);
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
- HTML5 A vocabulary and associated APIs for HTML and XHTML, Section 4.8.9.5
Build date: 1/26/2012
.png)
.png)