mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2024-12-26 20:51:22 +01:00
15 lines
431 B
JavaScript
15 lines
431 B
JavaScript
var ap1 = new APlayer({
|
|
element: document.getElementById('DondeCruzanCaminos'),
|
|
narrow: false,
|
|
autoplay: false,
|
|
showlrc: false,
|
|
mutex: true,
|
|
theme: '#ff0000',
|
|
mode: 'circulation',
|
|
music: {
|
|
title: 'Donde se cruzan los caminos',
|
|
author: 'Gonzalo Estefanía, Gestiona Radio',
|
|
url: '../mp3/DondeCruzanCaminos.mp3',
|
|
pic: '../img/articles/DondeCruzanCaminos.jpg'
|
|
}
|
|
});
|