- 论坛徽章:
- 0
|
PHP内嵌播放器求助
onlineplayer.php
<SCRIPT language=javascript>;
function PlayIt(URL){
lbsong=window.open(URL,'lbsong', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=420,height=227,top=210,left=158');
}
if (window.name!='lbsong') {
top.location="$weburl";
PlayIt("./Yxplay.php?id=$id" ;
}
</SCRIPT>;
<html>;
<head>;
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">;
<meta name=author content="Z.J.Studio">;
<title>;$webtitle - 在线试听</title>;
<style type="text/css">;
<!--
a{text-decoration:none;font-size:9pt;color:#000000}
a:visited{text-decoration:none;color:#000000}
a:hover{color:#0000FF;text-decoration:underline}
p{font-size:9pt;line-height:12pt;}
td{font-size:9pt;line-height:12pt;}
-->;
</style>;
<script language="javascript">;
function document.onkeydown()
</script>;
</head>;
<body scroll=no topmargin="0" leftmargin="0" oncontextmenu="self.event.returnValue=false">;
<table border="0" cellpadding="0" cellspacing="0" width="420">;
<tr>;
<td width="100%" bgcolor="#CEEFFF" align="center">;<img border="0" src="images/online_player.gif" width="420" height="227">;</td>;
</tr>;
</table>;
<div id="player" style="position:absolute; width:420px; height:100px; z-index:1; left: 0px; top: 163px">;<table border="0" cellpadding="0" cellspacing="0" width="420">;
<tr>;
<td width="100%" align="center">;
<OBJECT ID="mPlayer1" WIDTH=100% HEIGHT="64" CLASSID="CLSID:6BF52A52-394A-11D3-B153-00C04F79FAA6">;
< ARAM NAME="URL" VALUE="Yxwma.php?code=$passcode&idlist=$id&s=$session[sessionhash]">;
< ARAM NAME="rate" VALUE="1">;
< ARAM NAME="balance" VALUE="0">;
< ARAM NAME="currentPosition" VALUE="0">;
< ARAM NAME="defaultFrame" VALUE="">;
< ARAM NAME=" layCount" VALUE="10">;
<param name='DisplayMode' value='0'>;
<param name='PreviewMode' value='0'>;
<param name='DisplayForeColor' value='16777215'>;
<param name='ShowCaptioning' value='0'>;
<param name='ShowControls' value='0'>;
<param name='ShowAudioControls' value='0'>;
<param name='ShowDisplay' value='0'>;
<param name='ShowGotoBar' value='0'>;
<param name='ShowPositionControls' value='0'>;
<param name='ShowStatusBar' value='0'>;
<param name='ShowTracker' value='0'>;
< ARAM NAME="autoStart" VALUE="-1">;
<param name="AutoRewind" value="-1">;
< ARAM NAME="currentMarker" VALUE="0">;
< ARAM NAME="invokeURLs" VALUE="-1">;
<PARAM NAME="baseURL" VALUE="">;
<PARAM NAME="volume" VALUE="$playerVolume">;
<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='EnableFullScreenControls' value='0'>;
<param name='EnableTracker' value='1'>;
<param name='EnablePositionControls' value='0'>;
<PARAM NAME="enableContextMenu" VALUE="0">;
<param name='SelectionStart' value='0'>;
<param name='SelectionEnd' value='0'>;
<PARAM NAME="fullScreen" VALUE="0">;
<PARAM NAME="SAMIStyle" VALUE="">;
<PARAM NAME="SAMILang" VALUE="">;
<PARAM NAME="SAMIFilename" VALUE="">;
<PARAM NAME="captioningID" VALUE="">;
</OBJECT>;
</td>;
</table>;</div>;
<div id="newalbum" style="position:absolute; width:10px; height:10px; z-index:2; left: 245px; top: 201px">;</div>;
</body>;
</html>; |
|