integration/js/mashupplayer.js
changeset 86 4857ac3892e3
parent 82 e36c35fb4468
child 109 3034776c1f35
equal deleted inserted replaced
84:0c699d2767f8 86:4857ac3892e3
    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-duration td").text(mashup.duration.toString());
    23         $(".info-duration td").text(mashup.duration.toString());
    24         $(".info-author a").text(mashup.creator);
    24         
    25         $(".info-description td").text(mashup.description);
    25         $(".info-description td").text(mashup.description);
    26         
    26         
    27         mashup.getMedias().forEach(function(media) {
    27         mashup.getMedias().forEach(function(media) {
    28             apidirectory.remoteSource({
    28             apidirectory.remoteSource({
    29                 url: IriSP.endpoints.content + media.id,
    29                 url: IriSP.endpoints.content + media.id,