This page is Not Ready

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

currentTime

Property of dom/HTMLMediaElementdom/HTMLMediaElement

Syntax

var result = element.currentTime;
element.currentTime = value;

Notes

Remarks

Setting currentTime seeks to a specific position in a media resource.

Syntax

Standards information

See also

Related pages

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

Attributions