0
我正在嘗試使用WMP傳輸.mp3文件。我有一個大小約4mb的mp3文件。使用嵌入式Windows媒體播放器繼續緩衝
代碼:
<OBJECT ID="MediaPlayer1" CLASSID="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"
CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab# Version=5,1,52,701"
STANDBY="Loading Microsoft Windows Media Player components..." TYPE="application/x-oleobject"
width="300" height="70">
<param name="fileName" value="'+song_urlIE+'">
<param name="animationatStart" value="true">
<param name="transparentatStart" value="true">
<PARAM NAME="SendPlayStateChangeEvents" VALUE="True">
<PARAM NAME="AutoStart" VALUE="True">
<PARAM name="uiMode" value="none">
<PARAM name="PlayCount" value="9999">
<param name="autoStart" value="true">
<param name="showControls" value="true">
<param name="Volume" value="-300">
<param name="ShowStatusBar" value="true">
<param name="BufferingTime" VALUE="1">
<embed type="application/x-mplayer2" id="players" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/"
BufferingTime=1 src="'+song_url+'" name="MediaPlayer1" width=300 height=70
showstatusbar=-1 autostart=1 showcontrols=1 volume=-300>
的問題是,這首歌繼續緩衝,直到其完全下載,然後只播放。
這能解決嗎?
內容類型是audio/mpeg – Akash
@Akash - 你對這個問題的解決方案是什麼? – selbie
使用.txt文件提及歌曲URL – Akash