<% Dim ObjSendMail, TempUser, MailTo, MailFrom, MailSubject, MailBody, MailBody2, oPD, oPS, WhereStatement, Basket, Counter, FirstData, TempCost, Total, Volume Set ObjSendMail = CreateObject("CDO.Message") 'This section provides the configuration information for the remote SMTP server. ObjSendMail.Configuration.Fields.Item ("http://schemas.microsoft.com/cdo/configuration/sendusing") = 2 'Send the message using the network (SMTP over the network). ObjSendMail.Configuration.Fields.Item ("http://schemas.microsoft.com/cdo/configuration/smtpserver") ="192.168.0.5" ObjSendMail.Configuration.Fields.Item ("http://schemas.microsoft.com/cdo/configuration/smtpserverport") = 25 ObjSendMail.Configuration.Fields.Item ("http://schemas.microsoft.com/cdo/configuration/smtpusessl") = False 'Use SSL for the connection (True or False) ObjSendMail.Configuration.Fields.Item ("http://schemas.microsoft.com/cdo/configuration/smtpconnectiontimeout") = 60 ObjSendMail.Configuration.Fields.Item ("http://schemas.microsoft.com/cdo/configuration/smtpauthenticate") = 1 'basic (clear-text) authentication ObjSendMail.Configuration.Fields.Item ("http://schemas.microsoft.com/cdo/configuration/sendusername") ="glasseye@glasseye.com.au" ObjSendMail.Configuration.Fields.Item ("http://schemas.microsoft.com/cdo/configuration/sendpassword") ="barga2e" ObjSendMail.Configuration.Fields.Update 'End remote SMTP server configuration section== MailBody = "Name = " & Request.Form("Name") & VbCrLf & _ "Email = " & Request.Form("email")& VbCrLf ObjSendMail.Subject = "Request for download Large Video Sample" ObjSendMail.From = "glasseye@glasseye.com.au" ObjSendMail.To = "glasseye@glasseye.com.au" ObjSendMail.TextBody = MailBody ObjSendMail.Send Set ObjSendMail = Nothing %>

Thank you for your desire to download our sample.

To download a sample please Right click on the link and select "Save Target As".  Then save the video file to your computer and play it from there. 

Large Size Sample (33MB: 20min to download)

The above video has been modified to include music we are licensed to allow you to download (courtesy The Fry Brothers).  If you would like to view this or other videos in their original high quality form please call  0417 306 950 to arrange an in-house viewing session.

 

Return Home