首 页 ┆ 校内网CSS代码 ┆  涂鸦版代码 ┆  校内网背景代码 ┆  音乐代码 ┆  校内网成品代码 ┆  校内网教程 ┆  校内网刷人气 ┆  校内网文
您当前的位置:笨熊网校内网教程 → 教你制作酷酷的校内网音乐代码

教你制作酷酷的校内网音乐代码

作者:未知  来源:校内网  更新时间:2007-12-2 11:45:28



(用记事本保存音乐网址(可以时mp3,wma格式)为“*.asx”,上传获取地址,替换……)
这种添加音乐方法和方法一类似,就是保存记事本时另存为“*.asx”格式,就这一点区别,这种方法可以添加mp3,wma多种格式的音乐

1.打开电脑“开始”——“所有程序”——“附件”——“记事本”建立一个记事本

2.把下面代码复制然后粘贴到记事本中:

<ASX version ="3.0">
<Entry>
<Ref href = "http://img.xiaonei.com/photos/20061121/1720/orig55328.wma"/>
</Entry>


<Entry>
<Ref href = "http://img.xiaonei.com/photos/20061121/1640/orig46257.wma "/>
</Entry>


<Entry>
<Ref href = "http://img.xiaonei.com/photos/20061121/1710/orig52716.wma"/>
</Entry>


<Entry>
<Ref href = "http://img.xiaonei.com/photos/20061121/1720/orig55812.wma "/>
</Entry>


<Entry>
<Ref href = "http://img.xiaonei.com/photos/20061121/1730/orig57023.wma"/>
</Entry>


<Entry>
<Ref href = "http://img.xiaonei.com/photos/20061121/1730/orig57177.wma"/>
</Entry>

<Entry>
<Ref href = "http://img.xiaonei.com/photos/20061121/1640/orig46257.wma"/>
</Entry>


<Entry>
<Ref href = "http://img.xiaonei.com/photos/20061121/1730/orig58026.wma"/>
</Entry>


<Entry>
<Ref href = "http://img.xiaonei.com/photos/20061121/1740/orig58502.wma"/>
</Entry>


</ASX>


<Entry>
<Ref href = "http://img.xiaonei.com/photos/20061121/1720/orig55328.wma"/>
</Entry>

代码中每一个单元就代表着一首音乐,把你想添加的音乐的网络地址替换其中的音乐地址就行了,想要几首就可以再添加几个单元

完成以上替换工作后就可以保存了,把记事本另存为“*.asx”的格式,扩展名一定是“ .asx ”,保存成功后会出现类似mp3音乐图标样式的文件,然后把这个文件上传校内班级群上面,获得它得网络地址
3.把你获得得上传文件得网络地址替换上面背景音乐代码中的蓝色部分即可

4.把替换后得到得新代码复制然后粘贴到你得涂鸦板上就OK了!