Web Development
video.txt
Associated article: Automated Streaming Video
Tags: Web Development
Published source code accompanying the article by Jacob Gsoedl in which he presents an ASP-based web page that publishes streaming video clips to a streaming video server. Also see VIDEO.ZIP.
Automated Streaming Video
by Jacob Gsoedl
Listing One
<SCRIPT LANGUAGE="VBScript">
Sub Select_OnClick
UploadCtl.Select
End Sub
Sub Remove_OnClick
UploadCtl.RemoveHighlighted
End Sub
Sub Upload_OnClick
UploadCtl.Upload
End Sub
Sub goUpload
timerID = setTimeOut(&...


