datamad2017/js/audiolist.js

16 lines
417 B
JavaScript
Raw 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: '#e6d0b2',
mode: 'circulation',
music: {
title: 'Donde se cruzan los caminos',
author: 'Gonzalo Estefanía, Gestiona Radio',
url: '../mp3/DondeCruzanCaminos.mp3',
pic: '../mp3/GestionaRadio.png'
}
});