integration/js/mashupplayer.js
changeset 82 e36c35fb4468
parent 73 475e5fb0ea2b
child 86 4857ac3892e3
equal deleted inserted replaced
81:393e595cd1ac 82:e36c35fb4468
    18     project.onLoad(function() {
    18     project.onLoad(function() {
    19         mashup = project.getMashups()[0];
    19         mashup = project.getMashups()[0];
    20         IriSP.mashupcore(project, mashup);
    20         IriSP.mashupcore(project, mashup);
    21         project.trigger("set-current",mashup);
    21         project.trigger("set-current",mashup);
    22         
    22         
    23         $(".info-title a").text(mashup.title);
       
    24         $(".title-video-wrap .title-video").text(mashup.title);
       
    25         $(".info-duration td").text(mashup.duration.toString());
    23         $(".info-duration td").text(mashup.duration.toString());
    26         $(".info-author a").text(mashup.creator);
    24         $(".info-author a").text(mashup.creator);
    27         $(".info-description td").text(mashup.description);
    25         $(".info-description td").text(mashup.description);
    28         
    26         
    29         mashup.getMedias().forEach(function(media) {
    27         mashup.getMedias().forEach(function(media) {