web/prologue.html
changeset 42 01415303372e
parent 41 f2123b4487e9
child 46 542252e0c615
--- a/web/prologue.html	Tue Dec 11 13:13:44 2012 +0100
+++ b/web/prologue.html	Tue Dec 11 17:39:04 2012 +0100
@@ -33,6 +33,15 @@
 
 		<!-- Metanav FranceTV 	-->
 		<script src="http://static.francetv.fr/js/jquery.metanav-min.js" charset="utf-8"></script>
-		<!-- JavaScript -->				
+		<!-- JavaScript -->
+        <script src="static/res/js/jquery-1.8.2.min.js"></script> 
+        <script>        
+            $(function() {
+				$("video").bind("ended", function() {
+					location.href = "inter_choix.html";
+				});
+            });
+        </script>               
+
 	</body>
 </html>
\ No newline at end of file