localTime Property?deprecated) | DHTML中文手册 |
retrieves a value indicating the current time along the local duration, as defined by the element's t:repeat or t:repeatdur attribute.
dhtml语法
xml n/a scripting [ stime = ] object.localtime
dhtml可能的值
sTime Stringthat specifies the current time on the element's local duration. The local duration is the amount of time from when the element begins until it stops, including playing in reverse and all repetitions. The property is read-only. The property has no default value.
Remarks
This property is deprecated. For similar functionality, refer to the simpletime property available with the time2 behavior.
if the t:autoreverse attribute is set to true on an element, the localtime is effectively doubled. the localtime property also includes the value of the element's t:repeat or t:repeatdur attribute.
是否符合公共标准
This property is defined in HTML+TIME (Timed Interactive Multimedia Extensions) 1.0 .
Applies To
t:AUDIO, t:IMG, t:MEDIA, t:PAR, t:SEQ, time, t:VIDEO
更多语法参考
introduction to html+time, currTime