Advertisement
Guest User

Untitled

a guest
Apr 24th, 2014
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Test Page</title>
  4. </head>
  5. <body>
  6. <script type="text/javascript" src="http://player.longtailvideo.com/jwplayer.js"></script>
  7.  
  8. <div id="container">This'll be the player</div>
  9. <script type="text/javascript">
  10. jwplayer("container").setup({
  11. file:"https://www.youtube.com/watch?v=U-FbXkGqoek",
  12. flashplayer: "http://player.longtailvideo.com/player.swf",
  13. height:400,
  14. width:600,
  15. events:{
  16. onComplete: function() {
  17. alert("Done");
  18. }
  19. },
  20. });
  21. </script>
  22. </body>
  23. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement