test/integration/polemic-youtube.htm
author hamidouk
Mon, 14 Nov 2011 12:16:27 +0100
branchpopcorn-port
changeset 231 accc7358d8b5
parent 227 0eb060a3b656
child 266 1c83c4bba0ce
child 342 d42377159e37
permissions -rw-r--r--
fixed a position bug.
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',
227
0eb060a3b656 updated the test to use the new slider widget.
hamidouk
parents: 215
diff changeset
    51
								src:'polemic_fr.json',
199
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'}
227
0eb060a3b656 updated the test to use the new slider widget.
hamidouk
parents: 215
diff changeset
    62
						},
0eb060a3b656 updated the test to use the new slider widget.
hamidouk
parents: 215
diff changeset
    63
            {type: "SliderWidget",
0eb060a3b656 updated the test to use the new slider widget.
hamidouk
parents: 215
diff changeset
    64
						 metadata:{
0eb060a3b656 updated the test to use the new slider widget.
hamidouk
parents: 215
diff changeset
    65
						  format:'cinelab',
0eb060a3b656 updated the test to use the new slider widget.
hamidouk
parents: 215
diff changeset
    66
						  src:'polemic_fr.json',
0eb060a3b656 updated the test to use the new slider widget.
hamidouk
parents: 215
diff changeset
    67
						  type:'json'}
0eb060a3b656 updated the test to use the new slider widget.
hamidouk
parents: 215
diff changeset
    68
						},
199
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    69
					  	
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    70
					  ]
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    71
			  },
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    72
			player:{
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    73
			type:'youtube', // player type
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    74
			  // the rest is player-dependent configuration options.
215
e03f5f886f52 renamed and trimmed the integration tests.
hamidouk
parents: 200
diff changeset
    75
			  video: "http://www.youtube.com/watch?v=rrkrvAUbU9Y", 
199
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    76
			  height: 300, 
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    77
			  width: 640, 
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    78
            }
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
		
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    81
		IriSP.loadLibs(IriSP.lib, config.gui.css, 
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    82
			function() { 	
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    83
							var layoutManager = new IriSP.LayoutManager(config.gui.container);
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    84
							var pop = IriSP.configurePopcorn(layoutManager, config.player);
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
							var widgets = IriSP.configureWidgets(pop, layoutManager, config.gui); });
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    87
		
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    88
		});
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    89
	</script>
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    90
	
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    91
	
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    92
 </body>
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    93
 <div id="PopcornContainer"></div>
055cc2e81941 added an integration-testing file for youtube.
hamidouk
parents:
diff changeset
    94
 </html>