Video - Preload Property
Preload indicates if the video should be loaded when the page loads
Member of Video (PRIM_VDEO)
Data Type - Enumeration
The Preload property specifies how the video file should be loaded.
| Enum Value | Description |
|---|---|
| All | Load the whole of the file |
| MetaData | Load the metadata only |
| None | Load none of the file |
Febuary 18 V14SP2