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="js/LdtPlayer-release.js" type="text/javascript"></script> |
18 <script type="text/javascript" src="/metadataplayer/build/LdtPlayer-release.js" type="text/javascript"></script> |
19 |
19 |
20 <div id="video"></div> |
20 <div id="video"></div> |
21 <div id="LdtPlayer"></div> |
21 <div id="LdtPlayer"></div> |
22 <div id="Sparkline"></div> |
22 <div id="Sparkline"></div> |
23 <script type="text/javascript"> |
23 <script type="text/javascript"> |
60 {type: "SliderWidget"}, |
60 {type: "SliderWidget"}, |
61 {type: "PlayerWidget", // please note that type refers directly to the constructor of the widget. |
61 {type: "PlayerWidget", // please note that type refers directly to the constructor of the widget. |
62 mode: "radio"}, |
62 mode: "radio"}, |
63 {type: "ArrowWidget"}, |
63 {type: "ArrowWidget"}, |
64 {type: "TweetsWidget"}, |
64 {type: "TweetsWidget"}, |
65 {type: "createAnnotationWidget"} |
65 {type: "createAnnotationWidget"}, |
|
66 {type: "TraceWidget"} |
66 ] |
67 ] |
67 }, |
68 }, |
68 player:{ |
69 player:{ |
69 type:'allocine', // player type |
70 type:'allocine', // player type |
70 height: 300, |
71 height: 300, |
71 width: 640, |
72 width: 640, |
72 acPlayerUrl: "allocine_test/AcPlayer_v3.0.swf", |
73 acPlayerUrl: "allocine_test/AcPlayer_v3.0.swf", |
73 autoPlay: "false", |
74 autoPlay: "true", |
74 urlAcData: "allocine_test/data_cinecast.xml" |
75 urlAcData: "allocine_test/data_cinecast.xml" |
75 }, |
76 }, |
76 modules: [ |
77 modules: [ |
77 { type: "MediaFragment", |
78 { type: "MediaFragment", |
78 metadata:{ |
79 metadata:{ |