mediaplayer.php 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. <?php
  2. if(!defined('InEmpireCMS'))
  3. {
  4. exit();
  5. }
  6. ?>
  7. <script language="javascript" src="js/var.js"></script>
  8. <script language="javascript" src="js/player.js"></script>
  9. <script language="javascript" src="js/timer.js"></script>
  10. <HTML>
  11. <HEAD>
  12. <TITLE><?=$r[title]?> --- 媒体播放器</TITLE>
  13. <META HTTP-EQUIV="Expires" CONTENT="0">
  14. <link rel="stylesheet" href="js/player.css">
  15. <script language="javascript">
  16. window.resizeTo( 375 , 421 );
  17. window.moveTo( 100 , 100 );
  18. window.focus()
  19. </script>
  20. <SCRIPT language=javascript>
  21. function click() {
  22. if (event.button==2) {
  23. alert('对不起,您想做什么?')
  24. }
  25. }
  26. document.onmousedown=click
  27. </SCRIPT>
  28. <script language="javascript" src="js/wmplayer.js"></script>
  29. <script language="javascript">Init();</script>
  30. <BODY id=thisbody bgcolor="#000000" topMargin=0 leftMargin=0 rightMargin=0 bottomMargin=0 style="scroll:no; overflow: hidden;" ondragstart="self.event.returnValue=false" onselectstart="self.event.returnValue=false" onmousedown="WindowMove_Start()" onmouseup="WindowMove_End()" onmousemove="WindowMove()">
  31. <object id="min" type="application/x-oleobject" classid="clsid:adb880a6-d8ff-11cf-9377-00aa003b7a11" style="{visibility:hidden}"><param name="Command" value="Minimize"></object>
  32. <!--播放器主界面-->
  33. <DIV id="myplayPanel">
  34. <TABLE border=0 cellPadding=0 cellSpacing=0 width="362">
  35. <TR><TD width="11"><img border="0" src="images/top_l.gif" width="11" height="37"></td><td background="images/top_bg.gif" width="340"></TD><td background="images/top_bg.gif" NOWRAP valign="center">
  36. </TD><td width="11"><img border="0" src="images/top_r.gif" width="11" height="37"></td>
  37. </TR>
  38. <TR>
  39. <td background="images/center_bgl.gif" width="11">&nbsp;</td>
  40. <TD bgcolor="#000000" colspan="2" width="340" height="250">
  41. <DIV id="bufimg" style="HEIGHT: 100%; POSITION: absolute; TOP: 37px; VISIBILITY: visible; WIDTH: 100%; Z-INDEX: 4;left:11px"><img border="0" src="images/bufimg.gif" width="340" height="250"></DIV>
  42. <DIV id="MP" style="VISIBILITY: hidden; Z-INDEX: -1">
  43. <OBJECT classid="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95" id=Player codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" standby="加载 Microsoft Windows Media Player 组件..." type="application/x-oleobject" width="340" height="250">
  44. <PARAM NAME="AutoStart" VALUE="1">
  45. <PARAM NAME="AutoSize" VALUE="0">
  46. <PARAM NAME="AutoRewind" VALUE="-1">
  47. <PARAM NAME="AnimationAtStart" VALUE="0">
  48. <PARAM NAME="ClickToPlay" VALUE="0">
  49. <PARAM NAME="EnableContextMenu" VALUE="0">
  50. <!--媒体文件-->
  51. <PARAM NAME="FileName" VALUE="">
  52. <!------------->
  53. <PARAM NAME="ShowControls" VALUE="0">
  54. <PARAM NAME="ShowAudioControls" VALUE="0">
  55. <PARAM NAME="ShowPositionControls" VALUE="0">
  56. <PARAM NAME="ShowStatusBar" VALUE="0">
  57. <PARAM NAME="ShowTracker" VALUE="0">
  58. <PARAM NAME="Volume" VALUE="-100">
  59. </OBJECT></DIV>
  60. </TD>
  61. <td background="images/center_bgr.gif" width="11">&nbsp;</td>
  62. </TR>
  63. </table>
  64. <!--Control Pancel Start-->
  65. <DIV id="mycontrolPanel">
  66. <!--------位置控制------------->
  67. <DIV id="myadvControl"><div id="info"></div></DIV>
  68. <DIV id="myPosBar" onmousedown="SetPos_Start()" onmousemove="SetPos()" onmouseup="SetPos_End()"><IMG alt="播放位置" border=0 src="images/control_bar.gif" width="29" style="cursor:hand" height="12">
  69. </DIV>
  70. <table border="0" width="362" cellspacing="0" cellpadding="0" height="17">
  71. <tr>
  72. <td background="images/control1.gif">
  73.  
  74. </td>
  75. </tr>
  76. </table>
  77. <!--------时间显示------------->
  78. <table border="0" width="362" cellspacing="0" cellpadding="0" height="50" background="images/control20.gif">
  79. <tr>
  80. <td width="100%" height="24">
  81. </td>
  82. </tr>
  83. <tr>
  84. <td width="100%" height="26">
  85. <img src="images/clock_l.gif" width="245" height="13"><img src="js/cb.gif" name="a" width="11" height="13"><img src="js/cb.gif" name="b" width="11" height="13"><img src="js/colon.gif" name="c" width="11" height="13"><img src="js/cb.gif" name="d" width="11" height="13"><img src="js/cb.gif" name="e" width="11" height="13"><img src="js/colon.gif" name="f" width="11" height="13"><img src="js/cb.gif" name="g" width="11" height="13"><img src="js/cb.gif" name="h" width="11" height="13">
  86. </td>
  87. </tr>
  88. </table>
  89. <!--------声音控制------------->
  90. <DIV id="myBalBar" onmousedown="SetBal_Start()" onmousemove="SetBal()" onmouseup="SetBal_End()"><IMG alt="音量均衡" border=0 src="images/bar.gif" width="11" height="8" style="cursor:hand"></DIV>
  91. <DIV id="myVolBar" onmousedown="SetVol_Start()" onmousemove="SetVol()" onmouseup="SetVol_End()"><IMG alt="音量调节" border=0 src="images/bar.gif" width="11" height="8" style="cursor:hand"></DIV>
  92. <table border="0" width="362" cellspacing="0" cellpadding="0">
  93. <tr>
  94. <td><img border="0" src="images/control3_01.gif" width="42" height="35"></td>
  95. <td><img border="0" src="images/control3_02.gif" width="23" height="35" title="播放" onclick="Play()" name="playpause" style="cursor:hand"></td>
  96. <td><img border="0" src="images/control3_03.gif" width="23" height="35" title="暂停" onclick="Pause()" name="playpause" style="cursor:hand"></td>
  97. <td><img border="0" src="images/control3_04.gif" width="24" height="35" name="stop" title="停止" onclick="Stop()" style="cursor:hand"></td>
  98. <td><img border="0" src="images/control3_05.gif" width="5" height="35"></td>
  99. <td><img border="0" src="images/control3_06.gif" width="23" height="35" alt="开始位置" title="开始位置" onclick="SetPosition(0)" style="cursor:hand"></td>
  100. <td><img border="0" src="images/control3_07.gif" width="24" height="35" alt="结束位置" title="结束位置" onclick="SetPosition(-1)" style="cursor:hand"></td>
  101. <td><img border="0" src="images/control3_08.gif" width="5" height="35"></td>
  102. <td><img border="0" src="images/control3_09.gif" width="24" height="35" name="fullscreen" alt="全屏幕" title="全屏幕" onClick="FullScreen()" style="cursor:hand"></td>
  103. <td><img border="0" src="images/control3_10.gif" width="169" height="35"></td>
  104. </tr>
  105. </table>
  106. <!--Control Panel End-->
  107. <!--------高级控制------------->
  108. <DIV id="myadvPanel">
  109. </DIV>
  110. <!--panel table end-->
  111. <!--事件处理-->
  112. <SCRIPT FOR="Player" EVENT="Buffering(bStart)" LANGUAGE="JavaScript">
  113. ShowBuffering(bStart);
  114. if(bStart){
  115. ShowBufferingPro();
  116. }
  117. </SCRIPT>
  118. <SCRIPT FOR="window" EVENT="onresize()" language="javascript">
  119. document.all.Player.width=document.body.clientWidth-20;
  120. document.all.Player.height=document.all.Player.width*0.75;
  121. </SCRIPT>
  122. <SCRIPT FOR="Player" EVENT="Error( )" LANGUAGE="JScript">
  123. window.clearInterval(m_timer);
  124. info.innerHTML="服务器正忙,请稍候再试……"
  125. </SCRIPT>
  126. <SCRIPT FOR="Player" EVENT="OpenStateChange(lOldState, lNewState)" LANGUAGE="JScript">
  127. switch(lNewState){
  128. case 0:
  129. info.innerHTML="服务器正忙,连接关闭……";
  130. window.clearInterval(m_timer);break;
  131. case 4:
  132. info.innerHTML="正在连接服务器……";break;
  133. case 5:
  134. info.innerHTML="正在打开文件……";break;
  135. case 6:
  136. info.innerHTML="准备播放……";StreamMedia();break;
  137. }
  138. </SCRIPT>
  139. <script language='javascript'>window.document.all.Player.Open('<?=$url?>');</script>
  140. <script language="javascript">
  141. if(BROD==1) myPosBar.style.visibility = "hidden";
  142. StartStreamMonitor();
  143. </script>
  144. </body>
  145. </html>