Thanks, that helped.
I changed my video file to mp4 to avoid having the QuickTime issue. However, I have an issue with having both a video and images in the same folder. If I click the video first and then click on to an image I get this error "#11 INVALID STREAMTYPE AND/OR STREAMSERVER SETTINGS FOR." every time I click an image. If I click an image first and then the video, I only get the thumbnail I created for my video. So it seems there is an issue switching from video to image or vice versa, is that fixable?
My video.php is as follows:
Code:
<?php
$video_size_x=640;
$video_size_y=420;
$video_player="AUTO";
$video_show_dl_link=true;
$video_autostart=true;
$small_pic_size = 500;
$use_small_pic_size_as_height=true;
?>