Get started with aplayer CDN
MIT licensed
Aplayer is a lightweight HTML5 audio player library for web applications.
Tags:- player
- music
- html5
Stable version
Copied!
How to start using aplayer CDN
<!DOCTYPE html>
<html>
<head>
<title>Get started with aplayer CDN - cdnhub.io</title>
<link rel="stylesheet" href="https://cdn.quwalla.com/aplayer/1.10.1/APlayer.min.css">
<script src="https://cdn.cdnhub.io/aplayer/1.10.1/APlayer.min.js"></script>
</head>
<body>
<div id="player"></div>
<script>
const player = new APlayer({
container: document.getElementById('player'),
src: '//music.163.com/song/media/outer/url?id=3289515.mp3', // Replace with your audio file URL
title: 'Example Song', // Replace with your song title
autoplay: false // Set autoplay to false by default
});
</script>
</body>
</html>
Copied!
Copied!
Copied!
Copied!
All versions
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.0.6
1.0.7
1.0.8
1.0.9
1.1.0
1.1.1
1.1.2
1.10.0
*** 1.10.1
1.2.0
1.2.1
1.2.10
1.2.11
1.2.12
1.2.13
1.2.14
1.2.2
1.2.3
1.2.4
1.2.5
1.2.6
1.2.7
1.2.8
1.2.9
1.3.0
1.3.10
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.4.0
1.4.1
1.4.2
1.4.3
1.4.4
1.4.5
1.4.6
1.4.7
1.4.8
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.5.6
1.5.7
1.5.8
1.6.0
1.7.0
1.8.0
1.9.0
1.9.1