HTML onprogress Attribute

❮ HTML Attributes

Example

<video onprogress="myFunction()">

Meaning

The progress event run when the browser is downloading the audio/video.




Standard Syntax

<element onprogress="script">



Browser Support




Status




Applies to:

The onprogress attribute can be used on the following element:

Element Attribute
<audio> progress
<video> progress






Attribute Values

Value Description
script Specifies a script that run when the media in progress.
❮ HTML Attributes