濮阳杆衣贸易有限公司

主頁(yè) > 知識(shí)庫(kù) > asp 網(wǎng)頁(yè)視頻播放器程序代碼(通用代碼),支持avi,wmv,asf,mov,rm,ra,ram等

asp 網(wǎng)頁(yè)視頻播放器程序代碼(通用代碼),支持avi,wmv,asf,mov,rm,ra,ram等

熱門標(biāo)簽:寧夏保險(xiǎn)智能外呼系統(tǒng)哪家好 防城港市ai電銷機(jī)器人 臨滄移動(dòng)外呼系統(tǒng)哪家有 溫嶺代理外呼系統(tǒng) 怎么更改地圖標(biāo)注電話 隨州銷售外呼系統(tǒng)平臺(tái) 不同的地圖標(biāo)注 激戰(zhàn)黃昏地圖標(biāo)注說明 交行外呼系統(tǒng)有哪些
思路是先取得文件的類型,并根據(jù)類型選擇不同的網(wǎng)頁(yè)播放器代碼..三下五去二.....同時(shí)為了代碼在以后的復(fù)用性,寫成了通用的調(diào)用函數(shù).方便以后在別的系統(tǒng)中調(diào)用..
現(xiàn)發(fā)布源代碼如下:
復(fù)制代碼 代碼如下:

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

調(diào)用方式:
復(fù)制代碼 代碼如下:

Call SelPlay(DvUrl,280,220)

其實(shí)更好的代碼,在一些比較不錯(cuò)的在線播放器源碼等,可以參考下,如:馬克斯等視頻播放系統(tǒng)。
您可能感興趣的文章:
  • 超級(jí)REAL視頻播放器
  • 網(wǎng)頁(yè)視頻播放器程序代碼(通用代碼)
  • flvplayer.swf flv視頻播放器使用方法
  • vbs sendKeys 16進(jìn)制的結(jié)合使用(打開IE,靜音,打開播放器等)
  • (jsp/html)網(wǎng)頁(yè)上嵌入播放器(常用播放器代碼整理)
  • JS HTML5 音樂天氣播放器(Ajax獲取天氣信息)
  • android暫?;蛲V蛊渌魳凡シ牌鞯牟シ艑?shí)現(xiàn)代碼
  • android webvie指定視頻播放器播放網(wǎng)站視頻
  • asp.net實(shí)現(xiàn)在線音樂播放器示例
  • PHP實(shí)現(xiàn)使用優(yōu)酷土豆視頻地址獲取swf播放器分享地址
  • Flex播放器(實(shí)現(xiàn)播放、緩沖進(jìn)度條和音頻曲線顯示)
  • 基于C#的音樂播放器主Form實(shí)現(xiàn)代碼
  • javascript實(shí)現(xiàn)簡(jiǎn)單的html5視頻播放器
  • 基于Flowplayer打造一款免費(fèi)的WEB視頻播放器附源碼

標(biāo)簽:青海 哈密 紅河 沈陽(yáng) 阜陽(yáng) 忻州 無錫 河源

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《asp 網(wǎng)頁(yè)視頻播放器程序代碼(通用代碼),支持avi,wmv,asf,mov,rm,ra,ram等》,本文關(guān)鍵詞  asp,網(wǎng)頁(yè),視頻,播放器,程序,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請(qǐng)?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《asp 網(wǎng)頁(yè)視頻播放器程序代碼(通用代碼),支持avi,wmv,asf,mov,rm,ra,ram等》相關(guān)的同類信息!
  • 本頁(yè)收集關(guān)于asp 網(wǎng)頁(yè)視頻播放器程序代碼(通用代碼),支持avi,wmv,asf,mov,rm,ra,ram等的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章
    涞水县| 专栏| 南溪县| 文成县| 玉山县| 枝江市| 筠连县| 克拉玛依市| 台东市| 衡水市| 巩留县| 丹巴县| 仙游县| 灵寿县| 诸暨市| 措美县| 通河县| 武冈市| 乾安县| 日土县| 桦川县| 高州市| 龙江县| 根河市| 利川市| 忻州市| 兴和县| 林西县| 宣化县| 华池县| 聂荣县| 毕节市| 宝丰县| 剑川县| 长岛县| 临西县| 商洛市| 边坝县| 柏乡县| 上蔡县| 独山县|