|
1 <!doctype html> |
|
2 <html> |
|
3 |
|
4 <head> |
|
5 <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> |
|
6 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> |
|
7 <title>Tests Spectacle en ligne(s)</title> |
|
8 <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,700italic' rel='stylesheet' type='text/css'> |
|
9 <link href='test.css' rel='stylesheet' type='text/css'> |
|
10 <script type="text/javascript" src="metadataplayer/LdtPlayer-core.js"></script> |
|
11 <script type="text/javascript" src="spel-serializer.js"></script> |
|
12 </head> |
|
13 |
|
14 <body> |
|
15 <h1>Tests Spectacle en ligne(s)</h1> |
|
16 <div id="LdtPlayer"></div> |
|
17 <div id="AnnotationsListContainer"></div> |
|
18 <script type="text/javascript"> |
|
19 IriSP.libFiles.defaultDir = "libs/"; |
|
20 IriSP.widgetsDir = "metadataplayer"; |
|
21 var _metadata = { |
|
22 url: "json/test-vecsys-filage-celestins.json", |
|
23 format: 'spel' |
|
24 }; |
|
25 var _config = { |
|
26 width : 550, |
|
27 container : 'LdtPlayer', |
|
28 default_options: { |
|
29 metadata: _metadata |
|
30 }, |
|
31 css : 'metadataplayer/LdtPlayer-core.css', |
|
32 widgets: [ |
|
33 { |
|
34 type: "Title" |
|
35 }, |
|
36 { |
|
37 type: "JwpPlayer", |
|
38 video: "rtmpt://sln8pxlnphabw.cloudfront.net/cfx/st/mp4:2013-07-05_10-39-03_test-vecsys-fil_4f8a31/original_web_low.mp4", |
|
39 height: 320 |
|
40 }, |
|
41 { type: "Slider" }, |
|
42 { type: "Controller" }, |
|
43 { |
|
44 type: "Segments", |
|
45 annotation_type: ["performance","discussion"] |
|
46 }, |
|
47 { |
|
48 type: "Annotation", |
|
49 show_social: false, |
|
50 show_annotation_type: true, |
|
51 annotation_type: ["performance","discussion"] |
|
52 }, |
|
53 { |
|
54 type: "Polemic", |
|
55 annotation_type: "interpretation", |
|
56 polemics: [ |
|
57 { |
|
58 keywords: [ "performance d'un(e) comédien(ne)" ], |
|
59 color: "#c00000" |
|
60 }, |
|
61 { |
|
62 keywords: [ "Interpétation alternative de mise en scène" ], |
|
63 color: "#008000" |
|
64 }, |
|
65 { |
|
66 keywords: [ "Intervention de la technique" ], |
|
67 color: "#0000f0" |
|
68 }, |
|
69 ] |
|
70 }, |
|
71 { |
|
72 type: "Annotation", |
|
73 annotation_type: "interpretation", |
|
74 show_social: false, |
|
75 arrow_position: 0 |
|
76 } |
|
77 ] |
|
78 }; |
|
79 _myPlayer = new IriSP.Metadataplayer(_config); |
|
80 </script> |
|
81 </body> |
|
82 </html> |