-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (25 loc) · 1.03 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
28
29
30
31
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Able Player Example</title>
<!-- Dependencies -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js.cookie.min.js"></script>
<!-- Able Player CSS -->
<link rel="stylesheet" href="https://ableplayer.github.io/ableplayer/build/ableplayer.min.css" type="text/css"/>
<!-- Able Player JavaScript -->
<script src="https://ableplayer.github.io/ableplayer/build/ableplayer.min.js"> </script>
</head>
<body>
<header>
</header>
<div>
<video data-able-player id="video1" preload="auto" data-skin="2020" data-state-descriptions="off" width="450" height="400" >
<source type="video/mp4" src="./Videos/zoo.mp4" data-desc-src="./Videos/zooAD.mp4">
</video>
</div >
</body>
</html>