mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2024-12-25 04:11:22 +01:00
Reportaje sonoro candidato
This commit is contained in:
parent
146a2df468
commit
ec8de57da5
3 changed files with 15 additions and 0 deletions
15
js/audiolist.js
Normal file
15
js/audiolist.js
Normal file
|
@ -0,0 +1,15 @@
|
|||
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'
|
||||
}
|
||||
});
|
BIN
mp3/DondeCruzanCaminos.mp3
Normal file
BIN
mp3/DondeCruzanCaminos.mp3
Normal file
Binary file not shown.
BIN
mp3/GestionaRadio.png
Normal file
BIN
mp3/GestionaRadio.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
Loading…
Reference in a new issue