web/rsln-opendata/res/metadataplayer/test/index.htm
changeset 66 8a382087127f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/web/rsln-opendata/res/metadataplayer/test/index.htm	Tue Mar 15 13:46:46 2011 +0100
@@ -0,0 +1,59 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html dir="ltr" xml:lang="fr" 
+xmlns="http://www.w3.org/1999/xhtml" lang="fr">
+
+<head>
+
+</head>
+
+<body style="width:650px;font-family: 'Trebuchet MS', 'Helvetica', 'Arial',  'Verdana', 'sans-serif';">
+
+	<div>
+	<h1>Metadata player </h1>
+	Iri SimplePlayer is a javascript's Widget interface to augment existing player like :
+	<ul>
+		<li>Flash JW player</li>
+		<li><a href="index-youtube.htm">Youtube api player</a></li>
+		<li><a href="index-vimeo.htm">Vimeo api player</a></li>
+		<li><a href="index-html5.htm">Html5 video tag</a></li>
+	</ul>
+	It's made to show time annotation and different metadata on video.
+	To implement it on your website it's 's really simple.
+	You just need to insert a div and a script, like the exemple under this lines.<br/><br/>	
+	</div>
+	
+ <!-- START Integration  ###################################### -->
+ <!-- SIMPLE PLAYER EXPERIMENTATION -->
+	<script type="text/javascript" src="../src/js/LdtPlayer.js"></script> 
+
+	<div id="LdtPlayer"></div>
+	
+	<script  type="text/javascript">	
+		var config = {
+						metadata:{
+							format:'cinelab',
+							src:'http://exp.iri.centrepompidou.fr/franceculture/franceculture/ldt/cljson/id/ef4dcc2e-8d3b-11df-8a24-00145ea4a2be',
+							load:'jsonp'},
+						gui:{
+							width:650,
+							height:1,
+							mode:'radio',
+							container:'LdtPlayer',
+							debug:false,
+							css:'../src/css/LdtPlayer.css'},
+						player:{
+							type:'jwplayer',
+							src:'../res/swf/player.swf'}
+					};
+		__IriSP.init(config);     
+	</script>
+
+<!-- END  ################  ###################################### -->
+<div style="position:absolute;top:600px;width:650px;">
+	This player was test on : firefox 3.6.9 / Chrome 6.0.472.55 / Safari 5.0.2 / Internet Explore 8<br/>
+	It's a freeSoftware under <a href="http://www.cecill.info/licences/Licence_CeCILL-C_V1-en.html"/> CeCILL-C</a> license.
+	This program is made by <a href="http://www.iri.centrepompidou.fr/" >Institut de recherche et d innovation</a>
+	more information on <a href="http://www.iri.centrepompidou.fr/outils/agmented-player/" >this page</a>.
+</div>
+ </body>
+ </html>
\ No newline at end of file