最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

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

 更新時(shí)間:2008年11月27日 20:48:25   作者:  
在給客戶做個(gè)程序時(shí),突然遇到個(gè)問題,就是產(chǎn)品頁(yè)用戶提交視頻播放文件時(shí),如何根據(jù)提交的網(wǎng)址內(nèi)的視頻格式進(jìn)行正確的播放呢....郁悶了一會(huì),想好了思路,說(shuō)動(dòng)手就動(dò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)。

相關(guān)文章

最新評(píng)論

潮安县| 合水县| 武山县| 惠来县| 双城市| 克拉玛依市| 娄底市| 东至县| 乳源| 上思县| 兴宁市| 平阳县| 富锦市| 巴南区| 九龙城区| 大田县| 佳木斯市| 宝应县| 宜兰市| 郁南县| 平陆县| 盐池县| 夏河县| 衡东县| 绥棱县| 泉州市| 庆城县| 龙江县| 凌云县| 乐安县| 句容市| 叶城县| 桦川县| 临澧县| 大理市| 通榆县| 灵山县| 西城区| 安阳县| 扎兰屯市| 抚顺县|