integration/js/mashupcore.js
changeset 45 f39df810caab
parent 43 5a5024bc74e6
child 50 89e152523cb6
equal deleted inserted replaced
43:5a5024bc74e6 45:f39df810caab
   523         if (mashup === currentMedia) {
   523         if (mashup === currentMedia) {
   524             changeCurrentAnnotation();
   524             changeCurrentAnnotation();
   525         }
   525         }
   526     });
   526     });
   527     
   527     
       
   528     mashup.on("volumechange", function() {
       
   529         if (mashup === currentMedia) {
       
   530             ctrlVolumeUpdater();
       
   531         }
       
   532     });
   528     /* Mashup Events to UI */
   533     /* Mashup Events to UI */
   529    
   534    
   530     mashup.on("play", function() {
   535     mashup.on("play", function() {
   531         if (mashup === currentMedia) {
   536         if (mashup === currentMedia) {
   532             onCurrentMediaPlay();
   537             onCurrentMediaPlay();