cuechange
Overview Table
Synchronous | No |
---|---|
Bubbles | No |
Target | dom/Element |
Cancelable | No |
Default action | ? |
Remarks
In the following example, when a cuechange event is received on the track element, the activeCue is displayed as an HTML nodes that replace the span element. Note To create timed text files in both Web Video Text Track (WebVTT) and Timed Text Markup Language (TTML) formats, see HTML5 Video Caption Maker on the Windows Internet Explorer test drive site.
Syntax
Standards information
Event handler parameters
- handler [in]
- Type: FunctionHandler function to process the oncuechange event.
See also
Related pages
- HTMLElementHTMLElement
- TextTrackTextTrack
HTMLTrackElement
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]