HTMLElementEvents4 interface

TBD.

Members

The HTMLElementEvents4 interface inherits from the IUnknown interface. HTMLElementEvents4 also has these types of members:

  • Events

Events

The HTMLElementEvents4 interface has these events.

Event Description
onabort

Fires when the user aborts the download.

oncanplay

Occurs when playback is possible, but would require further buffering.

oncanplaythrough

Occurs when playback to end is possible without requiring a stop for further buffering.

onchange

Fires when the contents of the object or selection have changed.

ondurationchange

Occurs when the duration attribute is updated.

onemptied

Occurs when the media element is reset to its initial state.

onended

Occurs when the end of playback is reached.

onerror

Fires when an error occurs during object loading.

onload

Fires immediately after the client loads the object.

onloadeddata

Occurs when media data is loaded at the current playback position.

onloadedmetadata

Occurs when the duration and dimensions of the media have been determined.

onloadstart

Occurs when Internet Explorer begins looking for media data.

onpause

Occurs when playback is paused.

onplay

Occurs when the play method is requested.

onplaying

Occurs when the audio or video has started playing.

onprogress

Occurs to indicate progress while downloading media data.

onratechange

Occurs when the playback rate is increased or decreased.

onreset

Fires when the user resets a form.

onseeked

Occurs when the seek operation ends.

onseeking

Occurs when the current playback position is moved.

onselect

Fires when the current selection changes.

onstalled

Occurs when the download has stopped.

onsubmit

Fires when a FORM is about to be submitted.

onsuspend

Occurs if the load operation has been intentionally halted.

ontimeupdate

Occurs to indicate the current playback position.

onvolumechange

Occurs when the volume is changed, or playback is muted or unmuted.

onwaiting

Occurs when playback stops because the next frame of a video resource is not available.

 

 

 

Send comments about this topic to Microsoft

Build date: 1/23/2012