Widget:AudioPlayer2: Difference between revisions

From The Midnight Wiki
No edit summary
No edit summary
Line 8: Line 8:
<html>
<html>


<template>
 
         <style>
         <style>
             button {
             button {
Line 419: Line 419:
             <button id="mute-icon"></button>
             <button id="mute-icon"></button>
         </div>
         </div>
    </template>
<audio-player data-src="<!--{$mp3|escape:'urlpathinfo'}-->"></audio-player>
<audio-player data-src="<!--{$mp3|escape:'urlpathinfo'}-->"></audio-player>
</html>
</html>
</includeonly>
</includeonly>

Revision as of 22:25, 12 June 2023


Sample result

Press the button to play/pause

Adjust volume with slider