网页音乐播放控件 SWFSound

码农软件 · 软件分类 · Flash开发包 · 2019-04-03 22:56:44

软件介绍

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>

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

The Master Switch

The Master Switch

Tim Wu / Knopf / 2010-11-2 / USD 27.95

In this age of an open Internet, it is easy to forget that every American information industry, beginning with the telephone, has eventually been taken captive by some ruthless monopoly or cartel. Wit......一起来看看 《The Master Switch》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具