Latest web development tutorials

HTML Audio / Video DOM startDate property

HTML audio / video Tag Reference HTML Audio / Video DOM Reference

Examples

Video obtained offset current timeline:

myVid=document.getElementById("video1");
alert(myVid.startDate);

try it"

Definition and Usage

startDate property returns the Date object that represents the current timeline audio / video offset.

startDate properties via the Internet for obtaining accurate audio / video stream synchronization.


Browser Support

Internet ExplorerFirefoxOperaGoogle ChromeSafari

All major browsers do not support startDate property.


grammar

audio|video .startDate

technical details

返回值: 一个 Date 对象,表示当前的时间线偏移。


HTML audio / video Tag Reference HTML Audio / Video DOM Reference