Search…

X3 Photo Gallery Support Forums

Search…
 
dgysen
Topic Author
Posts: 17
Joined: 06 Dec 2010, 02:33

Video player bug?

11 Jan 2011, 10:05

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
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: Video player bug?

11 Jan 2011, 13:21

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
 
dgysen
Topic Author
Posts: 17
Joined: 06 Dec 2010, 02:33

Re: Video player bug?

14 Jan 2011, 05:49

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 ?
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: Video player bug?

17 Jan 2011, 05:51

Sorry, my mistake ... Try:
Code
image.image.click=false
 
dgysen
Topic Author
Posts: 17
Joined: 06 Dec 2010, 02:33

Re: Video player bug?

17 Jan 2011, 14:37

it's work perfect !

great tools these parameters

tks