Easy Tutorial
❮ Att Hr Size Att Ul Type ❯

HTML Audio/Video DOM stalled Event

HTML Audio/Video DOM Reference Manual

Example

If the browser is unable to fetch media data, a message indicating the unavailability of media data will be displayed:


Definition and Usage

The stalled event is triggered when the browser attempts to fetch media data but the data is not available.

Tip: Events that affect media data loading include:


Browser Support

The numbers in the table indicate the first browser version that supports the event.

Event Chrome IE Firefox Safari Opera
stalled Yes 9.0 Yes Yes Yes

Syntax

In HTML:

In JavaScript:

In JavaScript, using the addEventListener() method:

Note: The addEventListener() method is not supported in Internet Explorer 8 and earlier versions.


Supported HTML Tags: <audio> and <video>
Supported JavaScript Objects: Audio, Video
--- ---
❮ Att Hr Size Att Ul Type ❯