不过呢,除了楼上的方法,可以试试这个vbs脚本
Set Player = CreateObject("WMPlayer.OCX")
Player.url = "file://C:\WINDOWS\system32\oobe\images\title.wma"
WScript.Sleep 1000
wscript.Sleep Player.currentMedia.duration *1000
这种播放其只占2MB内存,爽哦!研究下这个控件可以轻松实现列表播放、在线播放、歌词下载等 cool 功能!
Last edited by electronixtar on 2006-8-2 at 14:18 ]
However, in addition to the method above, you can try this VBS script
Set Player = CreateObject("WMPlayer.OCX")
Player.url = "file://C:\WINDOWS\system32\oobe\images\title.wma"
WScript.Sleep 1000
wscript.Sleep Player.currentMedia.duration *1000
This player only takes up 2MB of memory, cool! Study this control and you can easily implement functions like playlist playback, online playback, lyric download, etc. cool functions!
Last edited by electronixtar on 2006-8-2 at 14:18 ]