-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathkurdish.html
More file actions
24 lines (24 loc) · 776 Bytes
/
Copy pathkurdish.html
File metadata and controls
24 lines (24 loc) · 776 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>clappr pause resume tab visibility</title>
</head>
<body>
<div id="player"></div>
<script type="text/javascript" charset="utf-8">
window.onload = function() {
var player = new Clappr.Player({
parentId: '#player',autoPlay:true,
plugins: [ClapprPauseTabVisibility],
source: 'http://137.74.205.201/live7/zindi.m3u8',
height: 400,
width: 500,
visibilityEnableIcon: true
})
}
</script>
<script src="https://cdn.jsdelivr.net/clappr/latest/clappr.min.js"></script>
<script type="text/javascript" charset="utf-8" src="clappr-pause-tab-visibility.js"></script>
</body>
</html>