Originally Posted By: hybrid8
For me, there still seems to be something wrong with the way the first file is linked. The browser identifies it as an HTML file when trying to save.

Try a different browser? And/or use Live Headers to see the mime type from my server?
Code:
http://rtr.ca/99_postamble.mp4

GET /99_postamble.mp4 HTTP/1.1
Host: rtr.ca
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.16) Gecko/20110319 Firefox/3.6.16
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en,en-us;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://empegbbs.com/ubbthreads.php/ubb/showflat/Number/343840/gonew/1/Looking_for_free_video_file_to
DNT: 1

HTTP/1.1 200 OK
Date: Mon, 04 Apr 2011 18:29:38 GMT
Server: Apache
Last-Modified: Sun, 03 Apr 2011 20:35:13 GMT
Etag: "1ef10-212049-9479c240"
Accept-Ranges: bytes
Content-Length: 2170953
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
Content-Type: video/mp4
Content-Language: en

Looks like the server reports "video/mp4". Does your browser not understand what that means?

Cheers