| author | veltr |
| Thu, 10 May 2012 18:48:09 +0200 | |
| branch | new-model |
| changeset 887 | 6a04bd37da0a |
| parent 884 | 10233337f6da |
| child 909 | aa0e42229784 |
| permissions | -rw-r--r-- |
| 884 | 1 |
<!doctype html> |
2 |
<html> |
|
3 |
||
4 |
<head> |
|
5 |
<title>Metadataplayer test with Dailymotion</title> |
|
6 |
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,700italic' rel='stylesheet' type='text/css'> |
|
7 |
<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
|
8 |
<script type="text/javascript" src="metadataplayer/LdtPlayer-core.js" type="text/javascript"></script> |
| 884 | 9 |
<script type="text/javascript" src="test-config.js" type="text/javascript"></script> |
10 |
</head> |
|
11 |
||
12 |
<body> |
|
13 |
<h1>Metadataplayer test with Dailymotion</h1> |
|
14 |
<div id="LdtPlayer"></div> |
|
15 |
<div id="AnnotationsListContainer"></div> |
|
16 |
<script type="text/javascript"> |
|
17 |
testConfig('json/ldt-dailymotion.json', true); |
|
18 |
</script> |
|
19 |
</body> |
|
20 |
</html> |