Outils pour utilisateurs

Outils du site


webdev:html_css:video

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
webdev:html_css:video [16/01/2016 21:23]
127.0.0.1 modification externe
webdev:html_css:video [15/10/2018 17:53]
dolo
Ligne 1: Ligne 1:
 +====== Intégration de vidéo ======
 +Source : [[http://www.alsacreations.com/article/lire/1125-introduction-balise-video-html5-mp4-h264-webm-ogg-theora.html]]
 +
 +Mon code :
 +<Code:html><video controls="controls" width="640" height="480">
 +    <source src="img/lightbox/full-size/animationcompleteV3.mp4" type="video/mp4" />
 +    <source src="img/lightbox/full-size/animationcompleteV3.webmsd.webm" type="video/webm" />
 +    <source src="img/lightbox/full-size/animationcompleteV3.oggtheora.ogv" type="video/ogv" />
 +    <a href="img/lightbox/full-size/animationcompleteV3.mp4">Animation déménagement Bleu Banquise (66 Mo)</a>
 +</video></Code>
 +
 +Tester ça : https://github.com/sampotts/plyr
  
webdev/html_css/video.txt · Dernière modification: 15/10/2018 17:53 de dolo