HTML

HTML Intro

HTML Intro Quiz

HTML Intro Exercise

HTML Basics

HTML Basic Quiz

HTML Basic Exercise

HTML Advance

HTML Advance Quiz

HTML Advance Exercise

HTML Tags List

HTML Global Attributes

HTML Attributes

FAQs

HTML onloadeddata Attribute

HTML onloadeddata Attribute

 

 

The loadeddata event occurs when data for the current frame is loaded, but not enough data to play the next frame of the specified media i.e, audio or video.

 

Following events occur when audio or video is loading:-

 

  • onloadstart
  • ondurationchange
  • onloadedmetadata
  • loadeddata
  • onprogress
  • oncanplay

 

Used With:-

 

Elements Event
audio loadeddata
video loadeddata

 

Syntax:-

 

Its syntax is:- < element onloadeddata="your_script" >

Code Explanation

All Tutorials related to HTML Attributes

All Sections related to HTML