test/integration/allocine_dossier_independant/polemic-allocine.htm
author veltr
Fri, 09 Mar 2012 18:11:42 +0100
branchpopcorn-port
changeset 832 6397a2ca3a67
parent 831 0dd21c298380
child 833 33a5d5882be4
permissions -rw-r--r--
corrections
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
     1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
     2
<html dir="ltr" xml:lang="fr" xmlns="http://www.w3.org/1999/xhtml" lang="fr">
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
     3
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
     4
<head>
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
     5
<title>Metadataplayer - Polemic tweet integration test</title>
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
     6
</head>
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
     7
823
1e7962e1d3ae Starting 'cinecast-traces' branch
veltr
parents: 820
diff changeset
     8
<body style="background: #000000; color: #ffffff;">
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
     9
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    10
  <div style="width:650px;font-family: 'Trebuchet MS', 'Helvetica', 'Arial',  'Verdana', 'sans-serif';">
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    11
  <h1>MetaDataPlayer</h1>
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    12
  Integration test - ALLOCINE PLAYER
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    13
  </div>
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    14
  
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    15
  
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    16
 <!-- START Integration  ###################################### -->
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    17
 <!-- SIMPLE PLAYER EXPERIMENTATION -->
832
6397a2ca3a67 corrections
veltr
parents: 831
diff changeset
    18
  <script type="text/javascript" src="js/LdtPlayer-release.js" type="text/javascript"></script>   
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    19
  
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    20
  <div id="video"></div>
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    21
  <div id="LdtPlayer"></div>
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    22
  <div id="Sparkline"></div>
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    23
  <script  type="text/javascript">
820
7968346b9689 Added compatibility with cinecast format (with get_aliased)
veltr
parents: 819
diff changeset
    24
    var json_url = 'allocine_test/exemple_cinecast.json';
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    25
    
823
1e7962e1d3ae Starting 'cinecast-traces' branch
veltr
parents: 820
diff changeset
    26
    IriSP.user = {name: 'awesome_user_name', avatar: 'allocine_test/avatar.png'};
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    27
    IriSP.libdir = "js/libs/";
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    28
    IriSP.defaults.user = function(){ return IriSP.user; };
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    29
    
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    30
    var config = {            
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    31
        gui:{
831
0dd21c298380 Integration pour cinecast
veltr
parents: 830
diff changeset
    32
            width:610,
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    33
            height:2100,              
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    34
            container:'LdtPlayer',
831
0dd21c298380 Integration pour cinecast
veltr
parents: 830
diff changeset
    35
            css:'css/LdtPlayer.css?42',
823
1e7962e1d3ae Starting 'cinecast-traces' branch
veltr
parents: 820
diff changeset
    36
            default_options : {
1e7962e1d3ae Starting 'cinecast-traces' branch
veltr
parents: 820
diff changeset
    37
                metadata:{
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    38
                format:'cinelab',
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    39
                src: json_url,
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    40
                type:'json'},
831
0dd21c298380 Integration pour cinecast
veltr
parents: 830
diff changeset
    41
                width: 610
823
1e7962e1d3ae Starting 'cinecast-traces' branch
veltr
parents: 820
diff changeset
    42
            },
1e7962e1d3ae Starting 'cinecast-traces' branch
veltr
parents: 820
diff changeset
    43
            widgets: [
1e7962e1d3ae Starting 'cinecast-traces' branch
veltr
parents: 820
diff changeset
    44
            {type: "StackGraphWidget",
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    45
               requires: [{
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    46
                type: "TooltipWidget",
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    47
                width: 180,
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    48
                heigh: 160,
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    49
                metadata : {type:'empty'
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    50
                }
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    51
               }],
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    52
            },            
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    53
            {type: "AnnotationsListWidget",
823
1e7962e1d3ae Starting 'cinecast-traces' branch
veltr
parents: 820
diff changeset
    54
             container: "AnnotationsListContainer"},
830
18ca612e9ff0 Lots of changes
veltr
parents: 826
diff changeset
    55
            {type: "SliderWidget"},
831
0dd21c298380 Integration pour cinecast
veltr
parents: 830
diff changeset
    56
            {type: "PlayerWidget",
0dd21c298380 Integration pour cinecast
veltr
parents: 830
diff changeset
    57
             disable_annotate_btn: true},
830
18ca612e9ff0 Lots of changes
veltr
parents: 826
diff changeset
    58
            {type: "createAnnotationWidget",
18ca612e9ff0 Lots of changes
veltr
parents: 826
diff changeset
    59
            polemic_mode: false,
18ca612e9ff0 Lots of changes
veltr
parents: 826
diff changeset
    60
            cinecast_version: true,
18ca612e9ff0 Lots of changes
veltr
parents: 826
diff changeset
    61
            keywords: ['#vodkaster', '#allocine', '#universcine'],
18ca612e9ff0 Lots of changes
veltr
parents: 826
diff changeset
    62
            api_endpoint_template : "coucou/{{id}}.json",
18ca612e9ff0 Lots of changes
veltr
parents: 826
diff changeset
    63
            api_method: 'POST'}
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    64
            ]
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    65
        },
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    66
      player:{
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    67
      type:'allocine', // player type 
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    68
              height: 300, 
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    69
              width: 640,
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    70
              acPlayerUrl: "allocine_test/AcPlayer_v3.0.swf",
826
c7ae4f126e51 Starting implementing a trace widget
veltr
parents: 823
diff changeset
    71
              autoPlay: "true",
823
1e7962e1d3ae Starting 'cinecast-traces' branch
veltr
parents: 820
diff changeset
    72
              urlAcData: "allocine_test/data_cinecast.xml"
819
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    73
      },
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    74
      modules: [
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    75
               { type: "MediaFragment",
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    76
                         metadata:{
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    77
                       format:'cinelab',
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    78
                           src:json_url,
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    79
                             type:'json'}
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    80
                        }]
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    81
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    82
    };
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    83
    
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    84
    
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    85
    IriSP.initPlayer(config, json_url);
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    86
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    87
  </script>
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    88
  
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    89
  
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    90
 </body>
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    91
 <div id="AnnotationsListContainer" style="position: absolute; width: 400px; left: 660px; top: 105px;"></div>
9b8e68803f6f add allocine player, and add an full test with this allocine player.
cavaliet
parents:
diff changeset
    92
 </html>