equal
deleted
inserted
replaced
13 </div> |
13 </div> |
14 |
14 |
15 |
15 |
16 <!-- START Integration ###################################### --> |
16 <!-- START Integration ###################################### --> |
17 <!-- SIMPLE PLAYER EXPERIMENTATION --> |
17 <!-- SIMPLE PLAYER EXPERIMENTATION --> |
18 <script type="text/javascript" src="../../../build/LdtPlayer-release.js" type="text/javascript"></script> |
18 <script type="text/javascript" src="LdtPlayer-release.js" type="text/javascript"></script> |
19 <script src="../../../res/js/jquery.min.js" type="text/javascript"></script> |
19 <script src="../../../res/js/jquery.min.js" type="text/javascript"></script> |
20 <script src="../../../res/js/jquery.tools.min.js" type="text/javascript"></script> |
20 <script src="../../../res/js/jquery.tools.min.js" type="text/javascript"></script> |
21 <script src="../../../res/js/jquery-ui.min.js" type="text/javascript"></script> |
21 <script src="../../../res/js/jquery-ui.min.js" type="text/javascript"></script> |
22 |
22 |
23 <div id="video"></div> |
23 <div id="video"></div> |
28 var config = { |
28 var config = { |
29 gui:{ |
29 gui:{ |
30 width:650, |
30 width:650, |
31 height:2100, |
31 height:2100, |
32 container:'LdtPlayer', |
32 container:'LdtPlayer', |
33 css:'../../../src/css/LdtPlayer.css', |
33 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: 150, |
37 height: 150, |
38 heightmax: 150, |
38 heightmax: 150, |
100 file : "elm.webm", |
100 file : "elm.webm", |
101 height: 262, |
101 height: 262, |
102 width: 640, |
102 width: 640, |
103 } |
103 } |
104 }; |
104 }; |
105 |
105 |
|
106 IriSP.lib = { |
|
107 jQuery : "jquery.js", |
|
108 jQueryUI : "jquery-ui.js", |
|
109 jQueryToolTip : "jquery.tools.min.js", |
|
110 swfObject : "swfobject.js", |
|
111 cssjQueryUI : "jquery-ui.css", |
|
112 }; |
|
113 |
106 IriSP.loadLibs(IriSP.lib, config.gui.css, |
114 IriSP.loadLibs(IriSP.lib, config.gui.css, |
107 function() { |
115 function() { |
108 var layoutManager = new IriSP.LayoutManager(config.gui.container); |
116 var layoutManager = new IriSP.LayoutManager(config.gui.container); |
109 var pop = IriSP.configurePopcorn(layoutManager, config.player); |
117 var pop = IriSP.configurePopcorn(layoutManager, config.player); |
110 |
118 |