equal
deleted
inserted
replaced
32 container:'LdtPlayer', |
32 container:'LdtPlayer', |
33 css:'../../../src/css/LdtPlayer.css', |
33 css:'../../../src/css/LdtPlayer.css', |
34 widgets: [ |
34 widgets: [ |
35 {type: "PolemicViewer", |
35 {type: "PolemicViewer", |
36 width: 640, /* required for this widget */ |
36 width: 640, /* required for this widget */ |
37 height: 50, |
37 height: 110, |
38 heightmax: 50, |
38 heightmax: 110, |
39 metadata:{ |
39 metadata:{ |
40 format:'cinelab', |
40 format:'cinelab', |
41 src:'elm_fr.json', |
41 src:'elm_fr.json', |
42 type:'json'}, |
42 type:'json'}, |
43 |
43 |
103 player:{ |
103 player:{ |
104 type:'html5', // player type |
104 type:'html5', // player type |
105 container: 'PopcornContainer', |
105 container: 'PopcornContainer', |
106 // the rest is player-dependent configuration options. |
106 // the rest is player-dependent configuration options. |
107 file : "elm.webm", |
107 file : "elm.webm", |
108 height: 196, |
108 height: 262, |
109 width: 640, |
109 width: 640, |
110 } |
110 } |
111 }; |
111 }; |
112 |
112 |
113 IriSP.loadLibs(IriSP.lib, config.gui.css, |
113 IriSP.loadLibs(IriSP.lib, config.gui.css, |