forked from ooyala/html5-skin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsample_stable_tweaked.html
56 lines (54 loc) · 2.39 KB
/
sample_stable_tweaked.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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<script src="//player.ooyala.com/static/v4/stable/4.13.4/core.min.js"></script>
<script src="//player.ooyala.com/static/v4/stable/4.13.4/video-plugin/main_html5.min.js"></script>
<script src="//player.ooyala.com/static/v4/stable/4.13.4/video-plugin/osmf_flash.min.js"></script>
<script src="//player.ooyala.com/static/v4/stable/4.13.4/video-plugin/bit_wrapper.min.js"></script>
<script src="//player.ooyala.com/static/v4/stable/4.13.4/ad-plugin/google_ima.min.js"></script>
<script src="//player.ooyala.com/static/v4/stable/4.13.4/other-plugin/discovery_api.min.js"></script>
<script src="//player.ooyala.com/static/v4/stable/4.13.4/skin-plugin/html5-skin.min.js"></script>
<link rel="stylesheet" href="//player.ooyala.com/static/v4/stable/4.13.4/skin-plugin/html5-skin.min.css"/>
</head>
<body>
<div id='container'></div>
<script>
var playerParam = {
"pcode": "5zb2wxOlZcNCe_HVT3a6cawW298X",
"playerBrandingId": "26e2e3c1049c4e70ae08a242638b5c40",
'debug':true,
'google-ima-ads-manager': {
'all_ads': [
{
'position_type': 't',
'tag_url': 'https://pubads.g.doubleclick.net/gampad/ads?sz=700x394&iu=/5885/VPRE001&ciu_szs&impl=s&gdfp_req=1&env=vp&output=xml_vast2&unviewed_position_start=1&url=[referrer_url]&description_url=[description_url]&correlator=[timestamp]',
'position': 0
},
{
'position_type': 't',
'tag_url': 'https://pubads.g.doubleclick.net/gampad/ads?sz=700x394&iu=/5885/VPOST001&ciu_szs&impl=s&gdfp_req=1&env=vp&output=xml_vast2&unviewed_position_start=1&url=[referrer_url]&description_url=[description_url]&correlator=[timestamp]',
'position': 1000000000
}
]
},
"skin": {
"config": "//player.ooyala.com/static/v4/stable/4.13.4/skin-plugin/skin.json",
"inline": {
"shareScreen": {
"embed": {
"source": "<iframe width='640' height='480' frameborder='0' allowfullscreen src='//player.ooyala.com/static/v4/stable/4.13.4/skin-plugin/iframe.html?ec=<ASSET_ID>&pbid=<PLAYER_ID>&pcode=<PUBLISHER_ID>'></iframe>"
}
},
"adScreen": {
"showControlBar": true
}
}
}
};
OO.ready(function() {
window.pp = OO.Player.create('container', 'RmZW4zcDo6KqkTIhn1LnowEZyUYn5Tb2', playerParam);
});
</script>
</body>
</html>