Latest web development tutorials

HTML DOM Video startDate property

Video Object Reference Video Object

Examples

Video obtained offset current timeline:

var x = document.getElementById ( "myVideo") startDate.;

try it"

Definition and Usage

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

startDate property for obtaining accurate synchronization via Internet video streaming.


Browser Support

Internet ExplorerFirefoxOperaGoogle ChromeSafari

All major browsers do not support startDate property.


grammar

videoObject .startDate

technical details

return value: Date object that represents the current time line offset.


Video Object Reference Video Object