📄 play.asp
字号:
<%
url=request("url")
musicname=request("musicname")
%>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>音乐试听</title>
<script src="Scripts/AC_ActiveX.js" type="text/javascript"></script>
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
</head>
<body>
<div align="center">
<p style="VERTICAL-ALIGN: top">曲名: <%=musicname%></p>
<p style="VERTICAL-ALIGN: top">
<script type="text/javascript">
AC_AX_RunContent( 'id','MediaPlayer1','codebase','http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715','type','application/x-oleobject','height','68','standby','Loading Microsoft Windows Media Player components...','width','460','align','baseline','border','0','classid','CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95','src','<%=url%>','pluginspage','http://www.microsoft.com/isapi/redir.dll?prd=windows&sbp=mediaplayer&ar=media&sba=plugin&','name','MediaPlayer','showcontrols','1','showpositioncontrols','0','showaudiocontrols','1','showtracker','1','showdisplay','0','showstatusbar','1','autosize','0','showgotobar','0','showcaptioning','0','autostart','1','autorewind','0','animationatstart','0','transparentatstart','0','allowscan','0','enablecontextmenu','1','clicktoplay','0','invokeurls','1','defaultframe','datawindow','filename','<%=url%>','playcount','0' ); //end AC code
</script>
<noscript>
<OBJECT id=MediaPlayer1
codeBase=http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715
type=application/x-oleobject height=68
standby="Loading Microsoft Windows Media Player components..." width=460
align=baseline border=0 classid=CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95>
<PARAM NAME="FileName" VALUE="<%=url%>">
<PARAM NAME="ShowControls" VALUE="1">
<PARAM NAME="ShowPositionControls" VALUE="0">
<PARAM NAME="ShowAudioControls" VALUE="1">
<PARAM NAME="ShowTracker" VALUE="1">
<PARAM NAME="ShowDisplay" VALUE="0">
<PARAM NAME="ShowStatusBar" VALUE="1">
<PARAM NAME="AutoSize" VALUE="0">
<PARAM NAME="ShowGotoBar" VALUE="0">
<PARAM NAME="ShowCaptioning" VALUE="0">
<PARAM NAME="AutoStart" VALUE="1">
<PARAM NAME="PlayCount" VALUE="0">
<PARAM NAME="AnimationAtStart" VALUE="0">
<PARAM NAME="TransparentAtStart" VALUE="0">
<PARAM NAME="AllowScan" VALUE="0">
<PARAM NAME="EnableContextMenu" VALUE="1">
<PARAM NAME="ClickToPlay" VALUE="0">
<PARAM NAME="InvokeURLs" VALUE="1">
<PARAM NAME="DefaultFrame" VALUE="datawindow">
<embed src="<%=url%>" align="baseline" border="0" width="460" height="68" type="application/x-mplayer2"
pluginspage="http://www.microsoft.com/isapi/redir.dll?prd=windows&sbp=mediaplayer&ar=media&sba=plugin&"
name="MediaPlayer" showcontrols="1" showpositioncontrols="0"
showaudiocontrols="1" showtracker="1" showdisplay="0"
showstatusbar="1" autosize="0" showgotobar="0"
showcaptioning="0" autostart="1" autorewind="0"
animationatstart="0" transparentatstart="0" allowscan="1"
enablecontextmenu="1" clicktoplay="0" invokeurls="1"
defaultframe="datawindow">
</embed>
</OBJECT>
</noscript>
</p>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -