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
Dernière révision Les deux révisions suivantes
webdev:html_css:video [16/01/2016 21:23]
127.0.0.1 modification externe
webdev:html_css:video [27/01/2016 12:55]
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>
 +
 +===== Intégration depuis Vimeo =====
 +<WRAP center round important 60%>
 +**ATTENTION : les vidéos intégrées par un site via Vimeo chargent Google analytics sur la page !\\
 +Éviter ce service.**
 +</WRAP>
  
webdev/html_css/video.txt · Dernière modification: 15/10/2018 17:53 de dolo