test/mashup/moon.htm
changeset 965 eadb7290c325
parent 959 ee11ed1b739e
child 967 b4c6e64acb2d
equal deleted inserted replaced
964:d7d56ea2d0a6 965:eadb7290c325
    62     },
    62     },
    63     css : '../metadataplayer/LdtPlayer-core.css',
    63     css : '../metadataplayer/LdtPlayer-core.css',
    64     widgets: [
    64     widgets: [
    65         {
    65         {
    66             type: "MashupPlayer",
    66             type: "MashupPlayer",
       
    67 //            split_screen: true,
    67             url_transform: function(_url) {
    68             url_transform: function(_url) {
    68                 if (_canPlayMp4 == "maybe" || _canPlayMp4 == "probably") {
    69                 if (_canPlayMp4 == "maybe" || _canPlayMp4 == "probably") {
    69                     return _url.replace(/\.webm$/i,'.mp4');
    70                     return _url.replace(/\.webm$/i,'.mp4');
    70                 } else {
    71                 } else {
    71                     return _url.replace(/\.mp4$/i,'.webm');
    72                     return _url.replace(/\.mp4$/i,'.webm');
    77         { type: "Controller" },
    78         { type: "Controller" },
    78         {
    79         {
    79             type: "Segments",
    80             type: "Segments",
    80             annotation_type: false
    81             annotation_type: false
    81         },
    82         },
    82         { type: "Arrow" },
       
    83         {
    83         {
    84             type: "Annotation",
    84             type: "Annotation",
    85             annotation_type: false
    85             annotation_type: false
    86         },
    86         },
    87         {
    87         {