Hi,
Youtube blocks some party videos because of music copyright, so I switched to local MP4 video.
Everything seems fine with FLV until I notice that only the first video is played, regardless what preview icon I click
After many trys I find out its because I'm using DHTML.
After switching to HTML Navigation in video.php everything works like expected.
here is my config:
newest twg 2.0
skin winter (modified)
Firefox 26
video.php:
<?php
$video_size_x=600;
$video_size_y=353;
$video_player="FLV";
$video_flash_site = "";
$video_autostart=true; // true and false works
$video_show_dl_link=false; // true and false works
$video_flv_buffer=2; // this is the buffer is s that is filled before the video starts - This parameter is new in 1.7.8.1!
$video_flv_stretching="uniform"; // New 1.8.3: defines how the video is streched. Possible values: uniform(default), fill, exactfit, none
$show_slideshow = false;
$default_big_navigation="HTML"; // <- this was the solution
?>
Files:
# ls
20140101-HappyNewYear-1.jpg
20140101-HappyNewYear-1.mp4
20140101-HappyNewYear-2.jpg
20140101-HappyNewYear-2.mp4
20140101-HappyNewYear-3.jpg
20140101-HappyNewYear-3.mp4
20140101-HappyNewYear-4.jpg
20140101-HappyNewYear-4.mp4
private.txt
video.php