HBCMS更多的中文手册参考:

latestMediaTime Property

DHTML中文手册

Retrieves a value that indicates the amount of time it takes for a media object to begin playing.

dhtml语法

HTMLN/A
Scripting[ vlatestMediaTime = ] object.latestMediaTime

DHTML可能的值

vlatestMediaTimeVariant 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>
...
This feature requires Microsoft?Internet Explorer 6 or later. Click the following icon to install the latest version. Then reload this page to view the sample.

applies to

t:ANIMATION, t:AUDIO, t:IMG, t:MEDIA, t:REF, t:VIDEO

更多语法参考

Introduction to HTML+TIME