Running 1.22.0, ive discovered that if you are in record mode, when you are watching an event that has say 300seconds (5 minutes) and click in the still mode, ONLY THE 4 FIRST IMAGES ARE SHOWN.
All the other images appear as broken. but if you leave it at continuous mode, it will play very well... ive searched and found that when you look at source code, you can see the bug :
Code: Select all
<a href="javascript: newWindow( '/zm.php?view=frame&eid=27719&fid=97&scale=100', 'zmImage', 368, 320 );"><img src="events/7/27719/000000-capture.jpg" width="80" height="60" class="normal" alt="97/0"></a>
<a href="javascript: newWindow( '/zm.php?view=frame&eid=27719&fid=98&scale=100', 'zmImage', 368, 320 );"><img src="events/7/27719/000000-capture.jpg" width="80" height="60" class="normal" alt="98/0"></a>
<a href="javascript: newWindow( '/zm.php?view=frame&eid=27719&fid=99&scale=100', 'zmImage', 368, 320 );"><img src="events/7/27719/000000-capture.jpg" width="80" height="60" class="normal" alt="99/0"></a>
<a href="javascript: newWindow( '/zm.php?view=frame&eid=27719&fid=100&scale=100', 'zmImage', 368, 320 );"><img src="events/7/27719/000100-capture.jpg" width="80" height="60" class="normal" alt="100/0"></a>
<a href="javascript: newWindow( '/zm.php?view=frame&eid=27719&fid=101&scale=100', 'zmImage', 368, 320 );"><img src="events/7/27719/000000-capture.jpg" width="80" height="60" class="normal" alt="101/0"></a>
<a href="javascript: newWindow( '/zm.php?view=frame&eid=27719&fid=102&scale=100', 'zmImage', 368, 320 );"><img src="events/7/27719/000000-capture.jpg" width="80" height="60" class="normal" alt="102/0"></a>
<a href="javascript: newWindow( '/zm.php?view=frame&eid=27719&fid=103&scale=100', 'zmImage', 368, 320 );"><img src="events/7/27719/000000-capture.jpg" width="80" height="60" class="normal" alt="103/0"></a>
<a href="javascript: newWindow( '/zm.php?view=frame&eid=27719&fid=104&scale=100', 'zmImage', 368, 320 );"><img src="events/7/27719/000000-capture.jpg" width="80" height="60" class="normal" alt="104/0"></a>
<a href="javascript: newWindow( '/zm.php?view=frame&eid=27719&fid=105&scale=100', 'zmImage', 368, 320 );"><img src="events/7/27719/000000-capture.jpg" width="80" height="60" class="normal" alt="105/0"></a>
<a href="javascript: newWindow( '/zm.php?view=frame&eid=27719&fid=106&scale=100', 'zmImage', 368, 320 );"><img src="events/7/27719/000000-capture.jpg" width="80" height="60" class="normal" alt="106/0"></a>
<a href="javascript: newWindow( '/zm.php?view=frame&eid=27719&fid=107&scale=100', 'zmImage', 368, 320 );"><img src="events/7/27719/000000-capture.jpg" width="80" height="60" class="normal" alt="107/0"></a>
<a href="javascript: newWindow( '/zm.php?view=frame&eid=27719&fid=108&scale=100', 'zmImage', 368, 320 );"><img src="events/7/27719/000000-capture.jpg" width="80" height="60" class="normal" alt="108/0"></a>
<a href="javascript: newWindow( '/zm.php?view=frame&eid=27719&fid=109&scale=100', 'zmImage', 368, 320 );"><img src="events/7/27719/000000-capture.jpg" width="80" height="60" class="normal" alt="109/0"></a>
<a href="javascript: newWindow( '/zm.php?view=frame&eid=27719&fid=110&scale=100', 'zmImage', 368, 320 );"><img src="events/7/27719/000000-capture.jpg" width="80" height="60" class="normal" alt="110/0"></a>
<a href="javascript: newWindow( '/zm.php?view=frame&eid=27719&fid=111&scale=100', 'zmImage', 368, 320 );"><img src="events/7/27719/000000-capture.jpg" width="80" height="60" class="normal" alt="111/0"></a>
<a href="javascript: newWindow( '/zm.php?view=frame&eid=27719&fid=112&scale=100', 'zmImage', 368, 320 );"><img src="events/7/27719/000000-capture.jpg" width="80" height="60" class="normal" alt="112/0"></a>
</div></td></tr>
The first 4 images appears ok. The image number 100 also appears ok and the last image too.
Ive searched in zm_funcs.php for any bug in thumb_path but have found NOTHING.
Anyone could help ? or else has this problem ?
Thanks
Victor Diago