latestMediaTime Property | DHTML中文手册 |
Retrieves a value that indicates the amount of time it takes for a media object to begin playing.
dhtml语法
HTML N/A Scripting [ vlatestMediaTime = ] object.latestMediaTime
DHTML可能的值
vlatestMediaTime Variant that receives the amount of time it takes for a media object to begin playing. The property is read-only. The property has no default value.
Remarks
This property does not apply to objects with streaming content.
DHTML代码范例
... <t:video id="mp2" fill="remove" src="/hbcms/php/r.php?url=http%3A%2F%2Fmsdn.microsoft.com../../common/samples/author/behaviors/media/movie.avi"/> <P> <B>Latest Media Time</B>: <SPAN class="time" dur="0.1" repeatCount="indefinite" onrepeat="innerText=mp2.latestMediaTime;">0</SPAN> </P> ...
applies to
t:ANIMATION, t:AUDIO, t:IMG, t:MEDIA, t:REF, t:VIDEO
更多语法参考
Introduction to HTML+TIME