Advertisement
Guest User

Untitled

a guest
Nov 27th, 2011
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>test vid</title>
  5.  
  6. <script src="http://code.jquery.com/jquery-1.4.2.min.js"></script>
  7.  
  8. <script type="text/javascript">
  9.  
  10. $(document).ready(function(){
  11. $("#videoPlayer").bind('ended', function(){
  12. videoPlayer.src = "pipe.ogv";
  13. });
  14. });
  15.  
  16.  
  17. </script>
  18.  
  19. </head>
  20.  
  21. <body>
  22. <video id="videoPlayer" src="pipe2.ogv" controls autobuffer autoplay/>
  23. </body>
  24. </html>
  25.  
  26.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement