I've checked the setting for "automatically start video on page load" and my video is output to play in html video player however the autoplay tag is not being output. According to w3c, the autoplay tag should be evident like this however i'm not seeing that set in firebug:

Comments

apmsooner’s picture

<video controls="controls" autoplay="autoplay">
  <source src="movie.ogg" type="video/ogg" />
  <source src="movie.mp4" type="video/mp4" />
  <source src="movie.webm" type="video/webm" />
Your browser does not support the video tag.
</video>

Sorry, this example was supposed to be appended to original post.

Jorrit’s picture

Title: Autoplay isn't working with html video » Autoplay isn't working with html5 video
Jorrit’s picture

Status: Active » Fixed

Fixed in branch 6.x-4.x.

Jorrit’s picture

This fix has been released in Video 6.x-4.3-rc1. Please take a look and test the release candidate.

fugazi’s picture

how can I create a playlist, such as above. I'll encode using zencoder three versions and they want to leave for various display terminals. Is this possible automatically. If this question here does not fit in, please move.

Sorry for my bad english, I hope they understand me.

Jorrit’s picture

The above code is automatically created for the HTML 5 player. It will contain all alternatives it can find.

fugazi’s picture

many thanks for the reply. This has helped me.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.