This topic has not yet been rated - Rate this topic

stalled event

Occurs when the download has stopped.

HTML5 A vocabulary and associated APIs for HTML and XHTML, Section 4.8.9.12

Syntax

HTML Attribute <element onstalled = "handler(event)">
Event Property object.onstalled = handler;
addEventListener Method object.addEventListener("stalled", handler, useCapture)

Event information

SynchronousNo
BubblesNo
CancelableNo

Event handler parameters

pEvtObj [in]

Type: Event

Standards information

Remarks

This event occurs if three seconds have passed since the last packet was downloaded.

To invoke this event, do one of the following:

  • Disconnect the network while the media resource is downloading.

See also

audio
audio
document
source
video element
video object
window
onwaiting

 

 

Build date: 11/28/2012

© 2013 Microsoft. All rights reserved.