Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 990 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 990 Bytes

Modify the “miniswitcher” noninvasively and it can realize the dragging, moving, minimizing, maximizing and closing of aplayer like a window.

非侵入式修改Aplayer,它可以像窗口一样实现Aplayer的拖拽移动、最小化、最大化和关闭。

请在 fixed 模式下使用。

Please use it in fixed mode.

<script type="text/javascript" src="movadsorbent.min.js"></script>

<script>
    var audioInfoList = []
	var aplayer = new APlayer({
    	container: document.getElementById('aplayer'),
    	volume: 0.5,
    	audio: audioInfoList,
    	lrcType: 3,
    	fixed: true,
    	autoplay: false,
    	order: 'random'
	});
	new Movadsorbent(aplayer, false);
<script/>

预览地址(Preview):Myles Home

预览说明(Note):按M键即可呼出Aplayer (Press the M key to call out Aplayer)

Aplayer-ControlBarPlugin

Aplayer-ControlBarPlugin