test/integration/polemic-youtube.htm
author hamidouk
Tue, 08 Nov 2011 10:38:29 +0100
branchpopcorn-port
changeset 207 2bc276f0c1ae
parent 200 d6794c5e7c26
child 215 e03f5f886f52
permissions -rw-r--r--
converted tabs to spaces.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
199
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
     1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
     2
<html dir="ltr" xml:lang="fr" xmlns="http://www.w3.org/1999/xhtml" lang="fr">
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
     3
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
     4
<head>
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
     5
<title>Test d'intégration du widget Polemic Tweet</title>
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
     6
</head>
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
     7
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
     8
<body>
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
     9
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    10
	<div style="width:650px;font-family: 'Trebuchet MS', 'Helvetica', 'Arial',  'Verdana', 'sans-serif';">
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    11
	<h1>MetaDataPlayer </h1>
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    12
	Test d'intégration du widget polemic tweet.
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    13
	</div>
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    14
	
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    15
	
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    16
 <!-- START Integration  ###################################### -->
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    17
 <!-- SIMPLE PLAYER EXPERIMENTATION -->
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    18
	<script type="text/javascript" src="../../build/LdtPlayer-release.js" type="text/javascript"></script> 
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    19
	<script type="text/javascript" src="../../unittests/mockSerializer.js" type="text/javascript"></script> 
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    20
	<script src="../../res/js/jquery.min.js" type="text/javascript"></script>
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    21
	<script src="../../res/js/jquery.tools.min.js" type="text/javascript"></script>
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    22
	<script src="../../res/js/jquery-ui.min.js" type="text/javascript"></script>
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    23
	
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    24
	<div id="video"></div>
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    25
	<div id="LdtPlayer"></div>
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    26
	
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    27
	<script  type="text/javascript">
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    28
		$(document).ready(function() {
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    29
		var config = {						
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    30
				gui:{
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    31
						width:650,
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    32
						height:2100,							
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    33
						container:'LdtPlayer',
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    34
						css:'../../src/css/LdtPlayer.css',
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    35
					  widgets: [
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    36
					  	{type: "PolemicWidget",
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    37
						 width: 640, /* required for this widget */
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    38
						 height: 50,
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    39
						 heightmax: 50,
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    40
						 metadata:{
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    41
						  format:'cinelab',
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    42
						  src:'polemic_fr.json',
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    43
						  type:'json'},
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    44
						  
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    45
						 requires: [{
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    46
							type: "TooltipWidget",
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    47
							width: 180,
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    48
							heigh: 160,
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    49
							metadata : {
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    50
								format:'cinelab',
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    51
								src:'polemic.json',
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    52
								type:'empty'
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    53
							}
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    54
						 }],
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    55
						},
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    56
						{type: "PlayerWidget", // please note that type refers directly to the constructor of the widget.
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    57
						 mode: "radio",
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    58
						 metadata:{
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    59
						  format:'cinelab',
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    60
						  src:'polemic_fr.json',
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    61
						  type:'json'}
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    62
						}
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    63
					  	
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    64
					  ]
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    65
			  },
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    66
			player:{
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    67
			type:'youtube', // player type
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    68
			  // the rest is player-dependent configuration options.
200
d6794c5e7c26 changed the video source to something better than nyan cat.
hamidouk
parents: 199
diff changeset
    69
			  video: "http://www.youtube.com/watch?v=BeyFG9uQi8E", 
199
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    70
			  height: 300, 
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    71
			  width: 640, 
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    72
            }
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    73
		};
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    74
		
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    75
		IriSP.loadLibs(IriSP.lib, config.gui.css, 
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    76
			function() { 	
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    77
							var layoutManager = new IriSP.LayoutManager(config.gui.container);
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    78
							var pop = IriSP.configurePopcorn(layoutManager, config.player);
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    79
							
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    80
							var widgets = IriSP.configureWidgets(pop, layoutManager, config.gui); });
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    81
		
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    82
		});
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    83
	</script>
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    84
	
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    85
	
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    86
 </body>
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    87
 <div id="PopcornContainer"></div>
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    88
 </html>