Video Testimonials

Click on any one of the links to view the video. Please note that it may take a few minutes for the video to download to depending on the size.

<% dim path, directory directory = request.QueryString("d") directory = "/videos/"&directory&"/" 'response.write directory & "
" path = Server.MapPath(directory) ListFolderContents path sub ListFolderContents(path) dim fs, folder, file, item, url, itemname set fs = CreateObject("Scripting.FileSystemObject") set folder = fs.GetFolder(path) 'Display the target folder and info. ' Response.Write("

  • " & folder.Name & " - " _ ' & folder.Files.Count & " files, ") ' if folder.SubFolders.Count > 0 then ' Response.Write(folder.SubFolders.Count & " directories, ") ' end if ' Response.Write(Round(folder.Size / 1024) & " KB total." _ ' & "
  • " & vbCrLf) ' Response.Write("