This page is In Progress

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

initialTime

Summary

Earliest point in seconds where the playback can (should) start playing

Property of dom/HTMLVideoElementdom/HTMLVideoElement

Syntax

var result = element.initialTime;
element.initialTime = value;

Return Value

Returns an object of type NumberNumber

Notes

Remarks

Syntax

See also

Related pages

  • mediamedia
  • audio
  • audio
  • video element
  • video object

Attributions