/

HTML / CSS / JavaScript Tutorial

HTML Event attribute: onloadstart

[this page | pdf | back links]

The HTML onloadstart attribute specifies the event that is triggered just before loading starts. It applies to <audio> and <video> elements.

 

During loading the following events occur in the following order:

 

-        onloadstart

-        ondurationchange

-        onloadedmetadata

-        onloadeddata

-        onprogress

-        oncanplay

-        oncanplaythrough

 


NAVIGATION LINKS
Contents | Prev | Next | HTML Attributes


Desktop view | Switch to Mobile