0

Can someone tell me what is the difference between those two attributes:

  • Autoplay
  • Autostart

If I understand well, "Autoplay" means that the video will automatically start playing when it is possible.

Thank you, Léa.

Daelis
  • 45
  • 1
  • 11

1 Answers1

1

There is nothing like "autostart" in W3C standards.

Ref: http://www.w3.org/wiki/HTML/Elements/video

prady00
  • 721
  • 1
  • 6
  • 17
  • Hello, thank you for answering me. You're right. By the way, I'm working with video.js, and I found this attribute in 2.0 version. So, I can delete it now that I know it's useless. – Daelis Mar 17 '14 at 09:50