Doesn't anyone know how to refer to a moviefile in a php page with VLC accepting it? When I use <?php header("Location: movie.avi"); ?> IE will simply download to movie, but VLC can't use it as a stream. The weird part is that the link to the file does appear in VLC promptly. So it does kn...