mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2024-12-26 12:41:23 +01:00
15 lines
417 B
JavaScript
15 lines
417 B
JavaScript
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'
|
|
}
|
|
});
|