|
884
|
1 |
<!doctype html> |
|
|
2 |
<html> |
|
883
|
3 |
|
|
884
|
4 |
<head> |
|
909
|
5 |
<meta http-equiv="Content-type" content="text/html; charset=utf-8" /> |
|
884
|
6 |
<title>Metadataplayer test with Youtube</title> |
|
|
7 |
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,700italic' rel='stylesheet' type='text/css'> |
|
|
8 |
<link href='test.css' rel='stylesheet' type='text/css'> |
|
|
9 |
<script type="text/javascript" src="../build/LdtPlayer-core.js" type="text/javascript"></script> |
|
|
10 |
<script type="text/javascript" src="test-config.js" type="text/javascript"></script> |
|
|
11 |
</head> |
|
|
12 |
|
|
|
13 |
<body> |
|
|
14 |
<h1>Metadataplayer test with Youtube</h1> |
|
|
15 |
<div id="LdtPlayer"></div> |
|
|
16 |
<div id="AnnotationsListContainer"></div> |
|
|
17 |
<script type="text/javascript"> |
|
|
18 |
testConfig('json/ldt-youtube.json', true); |
|
|
19 |
</script> |
|
|
20 |
</body> |
|
|
21 |
</html> |