onmedialoadfailed Event?deprecated) | DHTML中文手册 |
fires when an element's media file fails to load for any reason.
dhtml语法
inline html <element onmedialoadfailed = "handler" ... > All platforms Event property object.onmedialoadfailed = handler JScript only object.onmedialoadfailed = GetRef("handler") Visual Basic Scripting Edition (VBScript) 5.0 or later only Named script <SCRIPT FOR = object EVENT = onmedialoadfailed> 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. The event will fire only if the media file fails to load. Default action Calls the associated event handler.
Available Properties
remarks
this event is deprecated.
是否符合公共标准
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
更多语法参考
Introduction to HTML+TIME