|
Retrieves a value that indicates the amount of time it takes for a media object to begin playing. Syntax
Possible Values
Remarks
Example ... <t:video id="mp2" fill="remove" src="http://msdn.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
See Also Introduction to HTML+TIME |