| author | veltr |
| Tue, 05 Jun 2012 17:55:24 +0200 | |
| branch | new-model |
| changeset 909 | aa0e42229784 |
| parent 887 | 6a04bd37da0a |
| child 924 | 64c2eaafe5e2 |
| permissions | -rw-r--r-- |
| 884 | 1 |
<!doctype html> |
2 |
<html> |
|
3 |
||
4 |
<head> |
|
| 909 | 5 |
<meta http-equiv="Content-type" content="text/html; charset=utf-8" /> |
| 884 | 6 |
<title>Metadataplayer test with Dailymotion</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'> |
|
|
887
6a04bd37da0a
Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
884
diff
changeset
|
9 |
<script type="text/javascript" src="metadataplayer/LdtPlayer-core.js" type="text/javascript"></script> |
| 884 | 10 |
<script type="text/javascript" src="test-config.js" type="text/javascript"></script> |
11 |
</head> |
|
12 |
||
13 |
<body> |
|
14 |
<h1>Metadataplayer test with Dailymotion</h1> |
|
15 |
<div id="LdtPlayer"></div> |
|
16 |
<div id="AnnotationsListContainer"></div> |
|
17 |
<script type="text/javascript"> |
|
18 |
testConfig('json/ldt-dailymotion.json', true); |
|
19 |
</script> |
|
20 |
</body> |
|
21 |
</html> |