test/index.htm
changeset 2 a012517174aa
parent 0 c357d5b60635
child 3 1bd9377aa5c8
equal deleted inserted replaced
1:ee5f11402589 2:a012517174aa
    13 	Iri SimplePlayer is a javascript's Widget interface to augment existing flash or html5 video player. 
    13 	Iri SimplePlayer is a javascript's Widget interface to augment existing flash or html5 video player. 
    14 	It's made to show time annotation and different metadata on video.
    14 	It's made to show time annotation and different metadata on video.
    15 	To implement it on your website it's 's really simple.
    15 	To implement it on your website it's 's really simple.
    16 	You just need to insert a div and a script, like the exemple under this lines.<br/><br/>
    16 	You just need to insert a div and a script, like the exemple under this lines.<br/><br/>
    17 	This player was test on : firefox 3.6.9 / Chrome 6.0.472.55 / Safari 5.0.2 / Internet Explore 8<br/><br/>
    17 	This player was test on : firefox 3.6.9 / Chrome 6.0.472.55 / Safari 5.0.2 / Internet Explore 8<br/><br/>
    18 	This Player is a freeSoftware under <a href="http://www.cecill.info/licences/Licence_CeCILL-C_V1-en.html"/> CeCILL-C</a> license.
    18 	This Player is a freeSoftware under <a href="http://www.cecill.info/licences/Licence_CeCILL-C_V1-en.html"> CeCILL-C</a> license.
    19 	This program is made by <a href="http://www.iri.centrepompidou.fr/" >Institut de recherche et d innovation</a>
    19 	This program is made by <a href="http://www.iri.centrepompidou.fr/" >Institut de recherche et d innovation</a>
    20 	more information on <a href="http://www.iri.centrepompidou.fr/outils/agmented-player/" >this page</a>.
    20 	more information on <a href="http://www.iri.centrepompidou.fr/outils/agmented-player/" >this page</a>.
    21 	<br/><br/>
    21 	<br/><br/>
    22 	</div>
    22 	</div>
    23 	
    23 	
       
    24 	<p id="output2" style="visibility:hidden"> texte</p>
       
    25 	
       
    26 	<div id="LdtSearchContainer"  style="margin-left:445px;">
       
    27 	<div id="LdtSearch" style="background-color:#EEE;display:block;width:165px;boder:1px;border-color:#CFCFCF;position:absolute;text-align:center;display:none;"><input id="LdtSearchInput" style="margin-top:2px;margin-bottom:2px;" /></div>	
       
    28 	</div>
    24  <!-- START Integration  ###################################### -->
    29  <!-- START Integration  ###################################### -->
    25  <!-- SIMPLE PLAYER EXPERIMENTATION -->
    30  <!-- SIMPLE PLAYER EXPERIMENTATION -->
    26 	<script type="text/javascript" src="../src/js/LdtPlayer.js"></script> 
    31 	<script type="text/javascript" src="../src/js/LdtPlayer.js"></script> 
    27 
       
    28 	<div id="LdtPlayer"></div>
    32 	<div id="LdtPlayer"></div>
    29 	
    33 	
    30 	<script  type="text/javascript">	
    34 	<script  type="text/javascript">	
    31 		var config = {
    35 		var config = {
    32 						metadata:{
    36 						metadata:{
    44 							type:'jwplayer',
    48 							type:'jwplayer',
    45 							src:'../res/swf/player.swf'}
    49 							src:'../res/swf/player.swf'}
    46 					};
    50 					};
    47 		__IriSP.init(config);     
    51 		__IriSP.init(config);     
    48 	</script>
    52 	</script>
    49 
    53 	
    50 
    54 
    51 <!-- END  ################  ###################################### -->
    55 <!-- END  ################  ###################################### -->
    52  </body>
    56  </body>
    53  </html>
    57  </html>