基于Web的音乐播放器 Speakker

码农软件 · 软件分类 · Web多媒体播放器 · 2019-04-23 10:12:54

软件介绍

Speakker 是一个基于 Web 浏览器的音乐播放器,只提供很多高级播放功能包括播放列表管理和分享。

示例代码:

<audio class="speakker dark">
	<source src='./sound/' type="application/jsonp"/>
</audio>

<script type="text/javascript">
$(document).ready(function() {
	$projekktor('.speakker dark', {
		plugin_share: {
			links: {
			'download':{
			    buttonText: 'download',  
			    code: 	'./sound/?dl=true'	    
			},
			'lastfm':{
			    buttonText: 'lastfm',    
			    code: 'http://www.lastfm.de/music/paniq'	    
			},
			'wikipedia':{
			    buttonText: 'wikipedia',	    
			    code: 'http://de.wikipedia.org/wiki/Elektronische_Musik'	    
			},
			'admin':{
			    buttonText:	'admin',
			    code: false
			}   				
		}
	});
});
</script>

本文地址:https://www.codercto.com/soft/d/4197.html

Text Algorithms

Text Algorithms

Maxime Crochemore、Wojciech Rytter / Oxford University Press / 1994

This much-needed book on the design of algorithms and data structures for text processing emphasizes both theoretical foundations and practical applications. It is intended to serve both as a textbook......一起来看看 《Text Algorithms》 这本书的介绍吧!

在线进制转换器
在线进制转换器

各进制数互转换器

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器

html转js在线工具
html转js在线工具

html转js在线工具