Commit 367056d9e1eb929a6064e70e9b4102799d618566

Authored by Geoffrey PREUD'HOMME
2 parents 7753601a 368becea

Merge from flashFallback

Showing 3 changed files with 15 additions and 3 deletions   Show diff stats
Makefile
1 1 BOOTSTRAPVER=3.3.2
2   -JQUERYVER=2.1.1
  2 +JQUERYVER=1.11.2
3 3 FONTS=robotech-gp.ttf robotaur.ttf
4 4  
5 5 BOOTSTRAPNEEDED=js/bootstrap.min.js css/bootstrap.min.css fonts/glyphicons-halflings-regular.*
... ...
index.php
... ... @@ -73,4 +73,4 @@ if (isset($_GET['c'])) {
73 73  
74 74 <?php
75 75 }
76   -?>
77 76 \ No newline at end of file
  77 +?>
... ...
pages/description.php
... ... @@ -26,6 +26,18 @@
26 26 <source src="vid/pres2014.mp4" type='video/mp4' />
27 27 <source src="vid/pres2014.webm" type='video/webm' />
28 28 <source src="vid/pres2014.ogg" type='video/ogg' />
29   - Il y a une vidéo ici, mais votre navigateur semble trop ancien pour pouvoir la lire :-(
  29 + <!-- Fallback en flash pour IE6, IE7, IE8 et Opera -->
  30 + <object type="application/x-shockwave-flash"
  31 + data="http://releases.flowplayer.org/swf/flowplayer-3.2.1.swf"
  32 + width="1920" height="1080">
  33 + <param name="movie" value="http://releases.flowplayer.org/swf/flowplayer-3.2.1.swf" />
  34 + <param name="allowFullScreen" value="true" />
  35 + <param name="wmode" value="transparent" />
  36 + <param name="flashVars"
  37 + value="config={'playlist':['..%2Fvid%2Fpres2014.jpg',
  38 + {'url':'..%2Fvid%2Fpres2014.mp4','autoPlay':false}]}" />
  39 + <!-- Fallback si Flash ne fonctionne pas -->
  40 + <img src="vid/pres2014.jpg" width="1920" height="1080" title="Impossible de charger la vidéo" />
  41 +
30 42 </video>
31 43 </div>
... ...