Advertisement
Guest User

Untitled

a guest
May 26th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <!-- Include plugins necessary for player -->
  3. <!-- core provides basic player support-->
  4. <script src="//player.ooyala.com/static/v4/production/core.min.js"></script>
  5. <!-- bit_wrapper supports HLS-everywhere and Dash support -->
  6. <script src="//player.ooyala.com/static/v4/production/video-plugin/bit_wrapper.min.js"></script>
  7. <!-- main_html5 support browser supported video formats -->
  8. <script src="//player.ooyala.com/static/v4/production/video-plugin/main_html5.min.js"></script>
  9. <!-- osmf_flash supports Flash based video playback using Adobe's OSMF library -->
  10. <script src="//player.ooyala.com/static/v4/production/video-plugin/osmf_flash.min.js"></script>
  11. <!-- For HD2 stream format playback-->
  12. <script src="//player.ooyala.com/static/v4/production/video-plugin/akamaiHD_flash.min.js"></script>
  13. <!-- For using YouTube player for playback-->
  14. <script src="//player.ooyala.com/static/v4/production/video-plugin/youtube.min.js"></script>
  15. <!-- html5-skin supports the basic player UI -->
  16. <!-- Player UI Definitions-->
  17. <script src="//player.ooyala.com/static/v4/production/skin-plugin/html5-skin.min.js"></script>
  18. <!-- Include the style sheet used by the player -->
  19. <link rel="stylesheet" href="//player.ooyala.com/static/v4/production/skin-plugin/html5-skin.min.css"/>
  20. <!-- The following div will contain the instantiated player, and is identified by id -->
  21. <div id='container' style='width:600px;height:400px;'></div>
  22. <!-- Player parameter modify some basic player behaviors and looks -->
  23. <script>
  24. var playerParam = {
  25. 'pcode':'5ud2MyOgXOF2DOYU0F-HnOChAHD2',
  26. 'playerBrandingId':'805c3394f7f74f66a5461e69641790e0',
  27. 'autoplay':false,
  28. 'loop':false,
  29. 'skin': {}
  30. };
  31. OO.ready(function() {window.pp = OO.Player.create('container', '53b280YjE6kwe3D2LsnkbNHEKgzNZOGY', playerParam);});
  32. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement