易截截图软件、单文件、免安装、纯绿色、仅160KB

高分求高手给解释一段asp代码 - Web 开发 / ASP

求高手给解释一段asp代码,如下:
里面那些name的值都不知道代表的什么意思,strurl是指的数据库里的字段吗?
那么Call SelPlay("video/3D_1.wmv",280,220)已经有路径了,为何还要在前面设置放?两者有何不同?
最好是详细一点,本人新手,谢谢!!~~
另外如果我想把播放器中的前进后退按钮和播放进度条去掉,应该怎么改?
<% 
Sub SelPlay(strUrl,strWidth,StrHeight) '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-0020AFB


相关问答:

asp 调用java写的webservice - Web 开发 / ASP

在asp里怎么调用java写的webservice方法,有很多方法
- <message name="RtPnrIn">
  <part name="bstrPnrNO" type="s:string" /> 
  <part name ......

ASP伪静态 - Web 开发 / ASP

asp虚拟主机实现伪静态的方法:
1、 重写url参数
Step1: 建立前台文件index.asp,修改url参数形式。由于读取数据库中的记录不是专题的重点,故直接给出:
<!--#include file="config.asp" -->
&l ......

asp.net批量上传图片 - .NET技术 / ASP.NET

asp.net批量上传图片最好有源码,在线等!!!!!!!
源码很长的。

参考

C# code:
HttpFileCollection files = HttpContext.Current.Request.Files;
if (files.Count <= 1)
{
......

ASP。net中怎么调用Com+组建 - .NET技术 / ASP.NET

C# code:

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Runtime.InteropServices;
nam ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号