--- 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