日期:2014-05-17  浏览次数:20595 次

播放器无法播放求高手
[code=PHP][/code]<html> 
<head> 
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"> 
<style type="text/css"> 
td { 
  FONT-SIZE: 9pt; COLOR: #006600; FONT-FAMILY: "Arial", "Helvetica", "sans-serif"; TEXT-DECORATION: none; line-height:none; 

</style> 

<title>八乐音乐网</title> 
</head> 

<script language=JavaScript> 
var message=""; 
function clickIE() {if (document.all) {(message);return false;}} 
function clickNS(e) {if 
(document.layers||(document.getElementById&&!document.all)) { 
if (e.which==2||e.which==3) {(message);return false;}}} 
if (document.layers) 
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;} 
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;} 
document.oncontextmenu=new Function("return false") 

</script> 


</head> 


<body topmargin="0" leftmargin="0" onkeydown=return(!(event.keyCode==78&&event.ctrlKey))> 
<TABLE cellSpacing=0 cellPadding=0 width=100% border=0 bgcolor=#cccccc><tr> 
<td bgcolor=#efefef height=3></td> 
</tr></table> 
<div align="center"> 
<?php 
/* 
if($_GET['url']!=''){ 
$mov_url=$_GET['url']; 
$mov_wigth=$_GET['w']; 
$mov_height=$_GET['h']; 
$mov_auto=$_GET['a']; 
$mov_player=$_GET['p']; 
*/ 
if($url!=''){ 
$mov_url=$url; 
$mov_player=$p; 
$mov_wigth=$w; 
$mov_height=$h; 
$mov_auto=$a; 
  $mov_file=basename($mov_url); 
  $mov_type=substr(strrchr($mov_file,'.'),1); 
  $mov_type=strtolower($mov_type); 
  if($mov_width==''){$mov_width=500;} 
  if($mov_height==''){$mov_height=450;} 
  if($mov_auto==''){$mov_auto=1;} 
  if($mov_player==''){$mov_player=0;} 
  $mov_player+=0; 
  if($mov_player==0 || $mov_player>3){ 
  if($mov_type=="mp3"||$mov_type=="m3u"||$mov_type=="wmv"||$mov_type=="wvx"||$mov_type=="mpg"||$mov_type=="mpeg"||$mov_type=="mpv"||$mov_type=="wax"||$mov_type=="asf"||$mov_type=="asx"||$mov_type=="wmx"||$mov_type=="wm"||$mov_type=="wma"){ 
?> 
<object id=nstv classid=CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6 width=<?=$mov_width?> height=<?=$mov_height?> codebase=http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701standby=Loading Microsoft? Windows Media? Player components... type=application/x-oleobject> 
<param name=URL value=<?=$mov_url?>> 
<PARAM NAME=UIMode value=full> 
<PARAM NAME=AutoStart value=<?=$mov_auto?>> 
<PARAM NAME=Enabled value=true> 
<PARAM NAME=enableContextMenu value=false> 
<param name=WindowlessVideo value=true> 
</object> 
<?php 
}elseif($mov_type=="swf"){ 
?> 
<OBJECT CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" WIDTH=<?=$mov_width?> HEIGHT=<?=$mov_height?>> 
<PARAM NAME=MOVIE VALUE=<?=$mov_url?>> 
<PARA