|
- document.write('<P align=center><embed style="BORDER-BOTTOM: #ced8ef 5px solid; FILTER:wave(strength=0,freq=1,lightstrength=65,phase=60,add=1) alpha(opacity=80 Style=0 FinishOpacity=80) gray progid:DXImageTransform.Microsoft.glow(color=#000000 Direction=120 strength=4 PixelRadius=0 MakeShadow=0); BORDER-LEFT: #ced8ef 5px solid;WIDTH: 380px; HEIGHT: 23px; BORDER-TOP: #ced8ef 5px solid;BORDER-RIGHT: #ced8ef 5px solid" type="audio/x-ms-wma" src="http://www.dbank.com/download/-+-+%E5%8A%BF%E5%8D%95%E5%8A%9B%E8%96%8428.mp3?f=c03uvxeuz6&i=10&h=1329957678&v=0e751e88" loop="100" enableContextMenu="0" showstatusbar="1" autostart="1" volume="0" showdisplay="1"></embed><br/><br/><P align=center><FONT color=#ff0000><STRONG>文字</STRONG></FONT></P>');
复制代码 这是调用windows media player 播放华为网盘MP3的
http://img1.smsent.org/app/dbank.php/c0ddabson5/SmsEnt.mp3 这个是我的,IE正常 但是谷歌无法播放 ,上面那一段可以 求大神修改一下
下面是我的源代码- echo "<P align=center><OBJECT id=Ylmv_Player name=Ylmv_Player classid=CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6 width=550 height=64 type=application/x-oleobject><PARAM NAME="URL" VALUE="$myurl"><PARAM NAME="rate" VALUE="1"><PARAM NAME="balance" VALUE="0"><PARAM NAME="currentPosition" VALUE="10.7974921"><PARAM NAME="defaultFrame" VALUE="datawindow"><PARAM NAME="playCount" VALUE="10"><PARAM NAME="autoStart" VALUE="-1"><PARAM NAME="currentMarker" VALUE="0"><PARAM NAME="invokeURLs" VALUE="-1"><PARAM NAME="baseURL" VALUE=""><PARAM NAME="volume" VALUE="100"><PARAM NAME="mute" VALUE="0"><PARAM NAME="uiMode" VALUE="full"><PARAM NAME="stretchToFit" VALUE="0"><PARAM NAME="windowlessVideo" VALUE="0"><PARAM NAME="enabled" VALUE="-1"><PARAM NAME="enableContextMenu" VALUE="0"><PARAM NAME="fullScreen" VALUE="0"><PARAM NAME="SAMIStyle" VALUE=""><PARAM NAME="SAMILang" VALUE=""><PARAM NAME="SAMIFilename" VALUE=""><PARAM NAME="captioningID" VALUE=""><PARAM NAME="enableErrorDialogs" VALUE="0"><PARAM NAME="_cx" VALUE="14552"><PARAM NAME="_cy" VALUE="1693">\n";
- echo "<embed name="Ylmv_Player" pluginspage="http://www.microsoft.com/windows/windowsmedia/download/" type="application/x-mplayer2" src="$myurl" ShowControls="0" ShowDisplay="0" ShowStatusBar="0" autostart="0" autorewind="0" ShowPositionControls="0" ShowTracker="0"></embed>\n";
- echo "</OBJECT></P>\n";
复制代码 |
|