- 授权协议: GPLv2
- 开发语言: HTML/CSS
- 操作系统: 跨平台
- 软件首页: https://github.com/peinhu/aetherplayer
- 软件文档: https://github.com/peinhu/AetherPlayer/wiki
软件介绍
AetherPlayer是一个类CD的轻量HTML5播放器,特别适合博客及个人站点使用。它漂亮得不像……咳,这边吹牛的话就不说了。
安装AetherPlayer简单到只需要为你的文件添加一行代码。
特点
自动加载 : 只需要添加引导文件,剩余的都会在运行时自动加载。
延迟加载 : 所有AetherPlayer相关文件都会在你原有页面全部完成后才会加载,完全不必担心影响原有页面的加载速度。
自定义配置 : 你可以在配置中更改默认的位置,播放模式,debug等参数。
预加载 : 播放列表中所有专辑封面图会在播放器初始化时开始顺序加载,即在播放到对应的曲目之前,封面图就已加载完毕。
用法
0) 把整个文件夹拷贝到你的项目中,你可以把它放到任意位置。
1) 将AetherPlayer_bootstrap.js引入到你想要添加AetherPlayer的页面文件, 然后给它一个名为aetherplayer-bootstrap的id。 AetherPlayer相当智能以至于它能够自动为你导入剩余的文件。
例 <script src="assets/aetherplayer/js/AetherPlayer_bootstrap.js" id="aetherplayer-bootstrap"></script>
2) 在js/playlist.js中编辑播放列表。
例 var playList=[{'artist':'Adele','songName':'rolling in the deep','songURL':'http://www.xxx.com/path/to/song/rolling_in_the_deep.mp3','songAlbum':'http://www.xxx.com/path/to/album/rolling_in_the_deep.jpg'},];
3) 享受音乐吧:)
提示:在这之前你可以在js/AetherPlayer.js中更改相关初始配置。
Foundations of PEAR
Good, Nathan A./ Kent, Allan / Springer-Verlag New York Inc / 2006-11 / $ 50.84
PEAR, the PHP Extension and Application Repository, is a bountiful resource for any PHP developer. Within its confines lie the tools that you need to do your job more quickly and efficiently. You need......一起来看看 《Foundations of PEAR》 这本书的介绍吧!
HTML 压缩/解压工具
在线压缩/解压 HTML 代码
Base64 编码/解码
Base64 编码/解码

