?? cqtv.asp
字號:
<!--#include file="ConfIg.Asp"-->
<%
if session("login")="" then
response.redirect csurl
end if
ServerURL="http://itv.cbg.cn:8080/soms4/web/jwzt/freeplayer/live_player.jsp?channelId="&request("pxd")
Set Mail=Server.CreateObject("CDO.Message")
Mail.CreateMHTMLBody ServerURL,31
AA=Mail.HTMLBody
pos=InStr(AA,"mms://")
pos2=InStr(AA,"</auth>")
address=Mid(AA,pos,pos2-pos+7)
Response.ContentType="video/x-ms-asf"
%>
<ASX Version = "3.0">
<ABSTRACT><%=webname%></ABSTRACT>
<TITLE> <%=webname%></TITLE>
<AUTHOR>更多精彩盡在 <%=http%></AUTHOR>
<COPYRIGHT><%=http%></COPYRIGHT>
<Entry>
<Title><%=webname%> - <%=http%></Title>
<Author><%=webname%></Author>
<Copyright><%=http%></Copyright>
<Ref href= "<%=address%>"/>
</Entry>
</asx>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -