AudiPlay Integration - Free HTML5 Audio Player
https://codexdindia.blogspot.com/2021/02/audiplay-integration-free-html5-audio.html
class="audioplay"
in Your Audio Tag<audio controls class="audioplay">
<source src="https://cdn.jsdelivr.net/gh/sh20raj/AudiPlay/Ark.mp3" type="audio/mp3">
</audio>
<!-- Here is the Audio Tag Library -->
</body>
Tag<script src="https://cdn.jsdelivr.net/gh/sh20raj/AudiPlay/audiplay.min.js"></script>
<!-- Here is the JavaScript Library -->
You can use the style
attribute in your Audio tag for a responsive audio player.
<audio controls class="audioplay" style="width: 700px;">
<source src="https://github.com/SH20RAJ/AudiPlay/raw/main/Ark.mp3" type="audio/mp3">
</audio>
Add nodownload
attribute to your Audio Tag to disable the Download Button.
<audio controls class="audioplay" nodownload>
<source src="https://github.com/SH20RAJ/AudiPlay/raw/main/Ark.mp3" type="audio/mp3">
</audio>
nodownload
Attribute<audio controls class="audioplay" style="width: 700px;">
<source src="https://github.com/SH20RAJ/AudiPlay/raw/main/Ark.mp3" type="audio/mp3">
</audio>
<script src="https://cdn.jsdelivr.net/gh/sh20raj/AudiPlay/audiplay.min.js"></script>
This project is licensed under the MIT License.
AudiPlay version 2 with multiple audio support <3 :- Documentation | GitHub Repo Want the Old Version :- https://github.com/SH20RAJ/AudiPlay/tree/old or Use it from Themes - https://github.com/SH20RAJ/AudiPlay/tree/main/themes/old
Feel free to modify this Project as needed for your project!