-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (25 loc) · 1.19 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<script src="//player.ooyala.com/static/v4/production/latest/core.min.js"></script>
<script src="//player.ooyala.com/static/v4/production/latest/video-plugin/main_html5.min.js"></script>
<script src="//player.ooyala.com/static/v4/production/latest/video-plugin/bit_wrapper.min.js"></script>
<script src="//player.ooyala.com/static/v4/production/latest/skin-plugin/html5-skin.min.js"></script>
<link rel="stylesheet" href="//player.ooyala.com/static/v4/production/latest/skin-plugin/html5-skin.min.css"/>
</head>
<body>
<div id='container'></div>
<script>
var playerParam = {
"pcode": "Z4d3kxOn0tfJK9oJkcCpNlNGK1aP",
"playerBrandingId": "113fca5015784133987c9ed1668231d1",
'debug':true,
"embedToken":"//player.ooyala.com/sas/embed_token/Z4d3kxOn0tfJK9oJkcCpNlNGK1aP/Z0dXhtYjE60L4YUWCnbYP9g_0oJahsSL?api_key=Z4d3kxOn0tfJK9oJkcCpNlNGK1aP.Bxx6n&expires=1533549754&signature=j4Pgg6fAl875CFpOPDVqJsqyReDvVI/q7kh3QYVCSrw&override_syndication_group=override_synd_groups_in_backlot"
};
OO.ready(function() {
window.pp = OO.Player.create('container', 'Z0dXhtYjE60L4YUWCnbYP9g_0oJahsSL', playerParam);
});
</script>
</body>
</html>