Bonsoir, J'utilise la version PHP 5.5.8
voici mon code pour insérer une vidéo et qui doit se lancer automatiquement
Code html : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<video id="myVideo" width="320" height="176" controls="controls">
  <source src="123.mp4" type="video/mp4">
</video>
</body>
</html>

mais l'option autoplay ne marche pas????