HTML onloadstart Attribute
Example
<video id="myVideo" onloadstart="myFunction()">
Meaning
The onloadstart script run when the browser starts looking for the audio/video.
Standard Syntax
<element onloadstart="script">
Applies to:
The onloadstart attribute can be used on the following element:
Advertisement
Attribute Values
| Value | Description |
|---|---|
| script | Specifies the script to be run on loadstart. |