-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvariable_speed.html
More file actions
37 lines (32 loc) · 1.01 KB
/
variable_speed.html
File metadata and controls
37 lines (32 loc) · 1.01 KB
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
<!DOCTYPE html>
<html>
<head>
<title>BUS36110 Videos</title>
<link href="http://vjs.zencdn.net/4.6.1/video-js.css" rel="stylesheet">
<script src="http://vjs.zencdn.net/4.6.1/video.js"></script>
<link rel="stylesheet" type="text/css" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
</head>
<body>
<div class="jumbotron">
<div class="container">
<h1>BUS36110 Videos</h1>
<p>Variable speed experiment</p>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="page-header">
<h2>Week 4 Discussion</h2>
</div>
<video id="w4disc" class="video-js vjs-default-skin" controls preload="auto" width="640" height="400"
data-setup='{ "playbackRates": [1, 1.5, 2, 4, 8, 16] }'>
<source src="http://player.vimeo.com/external/109895078.hd.mp4?s=4ff6bb7978e72c3bdb5845ccc676f7c8" type='video/mp4'>
</video>
</div>
</div>
</div>
<script>
</script>
</body>
</html>