Page 1 of 1

Video player bug?

Posted: 11 Jan 2011, 10:05
by dgysen
Hello ,

When display a video by the FLV player

If you click on the player bar to move forward . The video jump to next video file

I've the same issue on the demo link

https://www.photo.gallery/demo/x2/#/content/ ... les/video/

Any ideas ?

tks

Re: Video player bug?

Posted: 11 Jan 2011, 13:21
by mjau-mjau
This is because the player bar is not really a button, so it inherits the action to "go to next" on clicking the video. If you use the scrubber or controls, it works fine. If it is important, you could make a fix for this by disabling click-for-next-image for your video folder. In your Parameters field for thss folder in the admin, set:
Code
image.click=false

Re: Video player bug?

Posted: 14 Jan 2011, 05:49
by dgysen
I've paste the code in the parameters ,but I've the same issue

I can click on the video or scroll bar and it's go next ..:(

Anything else to do ?

Re: Video player bug?

Posted: 17 Jan 2011, 05:51
by mjau-mjau
Sorry, my mistake ... Try:
Code
image.image.click=false

Re: Video player bug?

Posted: 17 Jan 2011, 14:37
by dgysen
it's work perfect !

great tools these parameters

tks