- 授权协议: MIT
- 开发语言: JavaScript ActionScript
- 操作系统: 跨平台
- 软件首页: http://code.google.com/p/swfsound/
软件介绍
SWFSound 是一个基于Web的Flash程序,用来控制网页上音乐的播放。
示例代码:
<script type="text/javascript">
var id_sound1,id_sound2,id_sound3;
// Load the SWFSound Flash Engine
swfsound.embedSWF( 'swfsound/swfsound.swf' );
// When the engine is loaded, preload sounds
swfsound.onload = function()
{
// alert("Callback: SWFSound Flash successfully loaded ...");
id_sound1 = swfsound.loadSound( 'mp3/sound1.mp3', streaming = false );
id_sound2 = swfsound.loadSound( 'mp3/sound2.mp3', streaming = false );
id_sound3 = swfsound.loadSound( 'mp3/sound3.mp3', streaming = false );
}
</script>
The Golden Ticket
Lance Fortnow / Princeton University Press / 2013-3-31 / USD 26.95
The P-NP problem is the most important open problem in computer science, if not all of mathematics. The Golden Ticket provides a nontechnical introduction to P-NP, its rich history, and its algorithmi......一起来看看 《The Golden Ticket》 这本书的介绍吧!
JS 压缩/解压工具
在线压缩/解压 JS 代码
UNIX 时间戳转换
UNIX 时间戳转换
