Здесь показаны различия между двумя версиями данной страницы.
— |
online_music [2024/01/24 06:26] (текущий) droid создано |
||
---|---|---|---|
Строка 1: | Строка 1: | ||
+ | <audio id="audioPlayer" src="https://best-of-techno.stream.laut.fm/best-of-techno"></audio> | ||
+ | <div> | ||
+ | |||
+ | <br><button onclick="document.getElementById('audioPlayer').play()">Play</button> | ||
+ | |||
+ | <button onclick="document.getElementById('audioPlayer').pause()">Pause</button> | ||
+ | |||
+ | <br> <button onclick="document.getElementById('audioPlayer').volume+=0.1">Volume up</button> | ||
+ | |||
+ | <button onclick="document.getElementById('audioPlayer').volume-=0.1">Volume down</button> | ||
+ | |||
+ | </div> |