I am not sure if this is because the plugin attempts to load an MP3 file instead of the video.
At the moment, my problem is demonstrated here:
I am using video.php :
Code:
<?php
$video_size_x=640;
$video_size_y=480;
$video_player="AUTO";
$video_autostart=false; // or false - depending what you want
$video_show_dl_link=false; // true or false works
$show_slideshow = false;
$default_big_navigation="HTML";
?>
The autodetect seems to work fine because it loads the Windows Media Player plugin fine but if you right-click the player and click properties, it shows it is trying to load "http://gallery.atwas.net:80/pictures/2010-05-05_ Jace Everett/videos/SN853517.mp3" - when I think it should be trying to load the file SN853517.avi, which is the filename of the video.
Many thanks!