onmediaslip Event?deprecated) | Internet Development Index |
Fires when an element's media file fails to keep up with the defined timeline.
Syntax
Inline HTML <ELEMENT onmediaslip = "handler" ... > All platforms Event property object.onmediaslip = handler JScript only object.onmediaslip = GetRef("handler") Visual Basic Scripting Edition (VBScript) 5.0 or later only Named script <SCRIPT FOR = object EVENT = onmediaslip> Internet Explorer only
Event Information
Bubbles No Cancels No To invoke Open a page in the browser that contains a media file affected by HTML+TIME. This event fires only if the media file fails to keep up with the defined timeline. This event could fire as a result of network problems. Default action Calls the associated event handler.
Available Properties
Remarks
This event is deprecated.
Standards Information
This event is defined in HTML+TIME (Timed Interactive Multimedia Extensions) 1.0 .
Applies To
t:AUDIO, t:IMG, t:MEDIA, t:PAR, t:SEQ, t:VIDEO
See Also
Introduction to HTML+TIME