onmediacomplete Event?deprecated) | DHTML中文手册 |
fires when the element's associated media is finished loading.
dhtml语法
inline html <element onmediacomplete = "handler" ... > All platforms Event property object.onmediacomplete = handler JScript only object.onmediacomplete = GetRef("handler") Visual Basic Scripting Edition (VBScript) 5.0 or later only Named script <SCRIPT FOR = object EVENT = onmediacomplete> 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. Default action Calls the associated event handler.
Available Properties
remarks
when a streaming media file is used, this event could fire before the file starts playing.
是否符合公共标准
This event is a Microsoft extension to HTML+TIME (Timed Interactive Multimedia Extensions) .
Applies To
t:AUDIO, t:IMG, t:MEDIA, t:PAR, t:SEQ, t:VIDEO
更多语法参考
Introduction to HTML+TIME