equal
deleted
inserted
replaced
43 requires: [{ |
43 requires: [{ |
44 type: "TooltipWidget", |
44 type: "TooltipWidget", |
45 width: 180, |
45 width: 180, |
46 height: 160, |
46 height: 160, |
47 }], |
47 }], |
48 }, */ |
48 }, |
49 {type: "StackGraphWidget", |
49 {type: "StackGraphWidget", |
50 height: 150, |
50 height: 150, |
51 streamgraph: true, |
51 streamgraph: true, |
52 /* tags : [ |
|
53 { |
|
54 "keywords" : [ "#ilReste" ], |
|
55 "description" : "#ilReste", |
|
56 "color" : "#1D973D" |
|
57 }, |
|
58 { |
|
59 "keywords" : [ "#ilPart" ], |
|
60 "description" : "#ilPart", |
|
61 "color" : "#CE0A15" |
|
62 }, |
|
63 { |
|
64 "keywords" : [ "#change2ton" ], |
|
65 "description" : "#change2ton", |
|
66 "color" : "#C5A62D" |
|
67 }, |
|
68 { |
|
69 "keywords" : [ "#cQui" ], |
|
70 "description" : "#cQui", |
|
71 "color" : "#036AAE" |
|
72 } |
|
73 ],*/ |
|
74 requires: [{ |
52 requires: [{ |
75 type: "TooltipWidget", |
53 type: "TooltipWidget", |
76 width: 180, |
54 width: 180, |
77 height: 160, |
55 height: 160, |
78 }], |
56 }], |
96 {type: "createAnnotationWidget"}, |
74 {type: "createAnnotationWidget"}, |
97 {type: "TagCloudWidget", |
75 {type: "TagCloudWidget", |
98 excludeWords: ['#museoweb']}, |
76 excludeWords: ['#museoweb']}, |
99 {type: "AnnotationsListWidget", |
77 {type: "AnnotationsListWidget", |
100 container: "AnnotationsListContainer", |
78 container: "AnnotationsListContainer", |
101 ajax_mode: false}, |
79 ajax_mode: false}, */ |
102 // {type: "TraceWidget"} |
80 // {type: "TraceWidget"} |
103 ] |
81 ] |
104 }, |
82 }, |
105 player:{ |
83 player:{ |
106 type:'jwplayer', // player type - |
84 type:'jwplayer', // player type - |
108 height: 300, |
86 height: 300, |
109 width: 640, |
87 width: 640, |
110 provider: "rtmp" |
88 provider: "rtmp" |
111 }, |
89 }, |
112 modules: [ |
90 modules: [ |
113 { type: "MediaFragment", |
91 /* { type: "MediaFragment", |
114 metadata:{ |
92 metadata:{ |
115 format:'cinelab', |
93 format:'cinelab', |
116 src:file, |
94 src:file, |
117 type:'json'} |
95 type:'json'} |
118 }] |
96 }*/] |
119 |
97 |
120 }; |
98 }; |
121 |
99 |
122 IriSP.initPlayer(config, file); |
100 IriSP.initPlayer(config, file); |
123 </script> |
101 </script> |