yes it work fine. if i click on a video-thumb, this video starts playing.
if then i go back on the thubs page and click on another video, it plays as well... but while playing a video, if i click on a thumb under the video screen, the video screen will be blank...... no more video playing....
is it a bug... or just a miss-configuration?
here is my video.php
Code:
<?php
$video_size_x=480;
$video_size_y=480;
$video_player="FLV";
$video_flash_site = "";
$video_autostart=true; // true and false works
$video_show_dl_link=false; // true and false works
?>