| author | veltr |
| Fri, 11 May 2012 15:35:10 +0200 | |
| branch | new-model |
| changeset 894 | bb1559ef0fcb |
| parent 887 | 6a04bd37da0a |
| child 909 | aa0e42229784 |
| permissions | -rw-r--r-- |
| 884 | 1 |
<!doctype html> |
2 |
<html> |
|
3 |
||
4 |
<head> |
|
5 |
<title>Metadataplayer test configurations</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 configurations</h1> |
|
14 |
<ul class="pageindex"> |
|
15 |
<li><h2><a href="jwplayer.htm">with JwPlayer (default on Ldt Platform, uses custom player functions)</a></h2></li> |
|
|
887
6a04bd37da0a
Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
884
diff
changeset
|
16 |
<li><h2><a href="oggvideo.htm">with HTML5/OGG (uses Popcorn.js)</a></h2></li> |
| 884 | 17 |
<li><h2><a href="youtube.htm">with Youtube (uses Popcorn.js and the Popcorn Youtube plugin/player)</a></h2></li> |
18 |
<li><h2><a href="dailymotion.htm">with Dailymotion (uses custom player functions)</a></h2></li> |
|
19 |
</ul> |
|
20 |
</body> |
|
21 |
</html> |