datamad2017/js/audiolist.js

16 lines
431 B
JavaScript
Raw Permalink Normal View History

2017-12-03 18:50:38 +01:00
var ap1 = new APlayer({
element: document.getElementById('DondeCruzanCaminos'),
narrow: false,
autoplay: false,
showlrc: false,
mutex: true,
theme: '#ff0000',
2017-12-03 18:50:38 +01:00
mode: 'circulation',
music: {
title: 'Donde se cruzan los caminos',
author: 'Gonzalo Estefanía, Gestiona Radio',
url: '../mp3/DondeCruzanCaminos.mp3',
pic: '../img/articles/DondeCruzanCaminos.jpg'
2017-12-03 18:50:38 +01:00
}
});