Windows Media Player 播放列表文件。使用这个,就可以在网页里实现歌曲连播啦!
<asx version="3.0">
<title>我的专辑</title>
<entry>
<ref href="a.wma" />
</entry>
<entry skipifref="yes">
<title>歌名</title>
<author>歌手</author>
<copyright>版权</copyright>
<ref href="music.wma" />
<param name="Album" value="专辑名称"/>
</entry>
<entry>
<ref href="b.mp3" />
</entry>
<entry>
<ref href="c.wmv" />
</entry>
</asx>