国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > ASP > 正文

網頁視頻播放器程序代碼通用代碼_ASP教程

2024-07-21 02:04:48
字體:
來源:轉載
供稿:網友

推薦:趣味訪客計數器設計兩則
訪客計數器作為網站不可缺少的部分,不僅可以記錄網站被訪問的次數,而且可以通過生動有趣的設計來加強網頁的趣味性和可觀賞性,使訪客計數器成為網頁上的一個風景。下面介紹兩種輕松設計趣

在給客戶做個程序時,突然遇到個問題,就是產品頁用戶提交視頻播放文件時,如何根據提交的網址內的視頻格式進行正確的播放呢....郁悶了一會,想好了思路,說動手就動手...

思路是先取得文件的類型,并根據類型選擇不同的網頁播放器代碼..三下五去二.....同時為了代碼在以后的復用性,寫成了通用的調用函數.方便以后在別的系統中調用..

現發布源代碼如下:

以下為引用的內容:
Sub SelPlay(strUrl,strWidth,StrHeight)
Dim Exts,isExt
If strUrl <> "" Then
isExt = LCase(Mid(strUrl,InStrRev(strUrl, ".") 1))
Else
isExt = ""
End If
Exts = "avi,wmv,asf,mov,rm,ra,ram"
If Instr(Exts,isExt)=0 Then
Response.write "非法視頻文件"
Else
Select Case isExt
Case "avi","wmv","asf","mov"
Response.write "<EMBED id=MediaPlayer src="&strUrl&" width="&strWidth&" height="&strHeight&" loop=""false"" autostart=""true""></EMBED>"
Case "mov","rm","ra","ram"
Response.Write "<OBJECT height="&strHeight&" width="&strWidth&" classid=clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA>"
Response.Write "<PARAM NAME=""_ExtentX"" VALUE=""12700"">"
Response.Write "<PARAM NAME=""_ExtentY"" VALUE=""9525"">"
Response.Write "<PARAM NAME=""AUTOSTART"" VALUE=""-1"">"
Response.Write "<PARAM NAME=""SHUFFLE"" VALUE=""0"">"
Response.Write "<PARAM NAME=""PREFETCH"" VALUE=""0"">"
Response.Write "<PARAM NAME=""NOLABELS"" VALUE=""0"">"
Response.Write "<PARAM NAME=""SRC"" VALUE="""&strUrl&""">"
Response.Write "<PARAM NAME=""CONTROLS"" VALUE=""ImageWindow"">"
Response.Write "<PARAM NAME=""CONSOLE"" VALUE=""Clip"">"
Response.Write "<PARAM NAME=""LOOP"" VALUE=""0"">"
Response.Write "<PARAM NAME=""NUMLOOP"" VALUE=""0"">"
Response.Write "<PARAM NAME=""CENTER"" VALUE=""0"">"
Response.Write "<PARAM NAME=""MAINTAINASPECT"" VALUE=""0"">"
Response.Write "<PARAM NAME=""BACKGROUNDCOLOR"" VALUE=""#000000"">"
Response.Write "</OBJECT>"
Response.Write "<BR>"
Response.Write "<OBJECT height=32 width="&strWidth&" classid=clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA>"
Response.Write "<PARAM NAME=""_ExtentX"" VALUE=""12700"">"
Response.Write "<PARAM NAME=""_ExtentY"" VALUE=""847"">"
Response.Write "<PARAM NAME=""AUTOSTART"" VALUE=""0"">"
Response.Write "<PARAM NAME=""SHUFFLE"" VALUE=""0"">"
Response.Write "<PARAM NAME=""PREFETCH"" VALUE=""0"">"
Response.Write "<PARAM NAME=""NOLABELS"" VALUE=""0"">"
Response.Write "<PARAM NAME=""CONTROLS"" VALUE=""ControlPanel,StatusBar"">"
Response.Write "<PARAM NAME=""CONSOLE"" VALUE=""Clip"">"
Response.Write "<PARAM NAME=""LOOP"" VALUE=""0"">"
Response.Write "<PARAM NAME=""NUMLOOP"" VALUE=""0"">"
Response.Write "<PARAM NAME=""CENTER"" VALUE=""0"">"
Response.Write "<PARAM NAME=""MAINTAINASPECT"" VALUE=""0"">"
Response.Write "<PARAM NAME=""BACKGROUNDCOLOR"" VALUE=""#000000"">"
Response.Write "</OBJECT>"
End Select
End If
End Sub

調用方式:

以下為引用的內容:
Call SelPlay(DvUrl,280,220)

本文收集整理自互聯網,若您是原文作者,請來信更改作者及出處Post#vip.qq.com(把#改為@)

分享:推薦:ASP初學者常用源代碼總結篇
1.獲得系統時間:  <%=now()%> 2.取得來訪用的IP:  <%=request.serverVariables("remote_host")%> 3.獲得系統,瀏覽器版本:   <script>

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 鄂州市| 噶尔县| 华亭县| 阿坝县| 霍城县| 芒康县| 普陀区| 砚山县| 滁州市| 衡阳市| 霍州市| 锡林浩特市| 沙雅县| 涿州市| 安龙县| 博兴县| 河源市| 定陶县| 延长县| 贵州省| 哈巴河县| 镇巴县| 平谷区| 内黄县| 三穗县| 吴堡县| 吉安市| 富蕴县| 通辽市| 黄浦区| 宜丰县| 长宁区| 西乌| 石阡县| 舒城县| 保定市| 江门市| 息烽县| 东乡族自治县| 延长县| 福海县|