У меня есть следующее
Код: Выделить всё
this.audioElement = createElement('audio', {className:'audio', src:'test.mp3', type:'audio/mpeg'});
Код: Выделить всё
Подробнее здесь: https://stackoverflow.com/questions/200 ... bute-in-js
Код: Выделить всё
this.audioElement = createElement('audio', {className:'audio', src:'test.mp3', type:'audio/mpeg'});
Код: Выделить всё