-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
60 lines (56 loc) · 1.7 KB
/
index.html
File metadata and controls
60 lines (56 loc) · 1.7 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!doctype html>
<!--[if IE 6]><html lang="en" class="no-js ie6"><![endif]-->
<!--[if (gt IE 6)|!(IE)]><!--><html lang="en" class="no-js"><!--<![endif]-->
<head>
<meta charset="utf-8">
<title>vzaar.jQuery</title>
<meta name="description" content="vzaar jQuery plugin">
<meta name="author" content="Dan Rees-Jones">
<link href="css/vzaar.jQuery-0.1.css" media="screen" rel="stylesheet" type="text/css">
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<style type="text/css">
.contain {
width: 600px;
}
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body a {
color: #477b96;
text-decoration: underline;
}
body a:hover {
text-decoration: none;
}
</style>
</head>
<body class="home">
<div class="container">
<iframe allowFullScreen
allowTransparency="true"
class="vzaar-video-player"
frameborder="0"
height="262"
id="vzvd-918833"
name="vzvd-918833"
src="http://view.vzaar.com/918833/player?apiOn=true"
title="vzaar video player"
type="text/html"
width="448">
</iframe>
</div>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="js/vzaar.jQuery-0.1.min.js"></script>
<script src="http://player.vzaar.net/libs/flashtakt/client.min.js"></script>
<script>
$(window).load(function() {
$('#vzvd-918833').vzChapterizer({
chapters : [0, 10, 23],
titles : ["Intro", "A very long chapter name indeed, oh yes it is", "The end!"]
});
});
</script>
</body>
</html>