Search…

X3 Photo Gallery Support Forums

Search…
 
mat321
Experienced
Topic Author
Posts: 31
Joined: 16 Jun 2011, 06:11

Re: flv player bug without any changement !!!

19 Jun 2012, 06:41

Hi,

It's ok now, cool (http://www.teamlescollets.com).

if i put the code settings.startmode=thumbnails , the video doesn't load automatically at the start... is there somewhere to set the buffer time of the player ?

I'm gonna to test it more tomorrow.

Thanks
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13993
Joined: 30 Sep 2006, 03:37

Re: flv player bug without any changement !!!

19 Jun 2012, 09:11

Hmm ok, then this is just how it works ... the thing is, if you ever force it to start in thumbnails mode, it will not automatically open the video (because it is in thumbnails mode). Only if it starts in "image" mode will it open, and if you are in image mode, then it will not automatically revert to thumbnails mode after closing the video. The placeholder is there as a landing page, and for sharing ...
 
mat321
Experienced
Topic Author
Posts: 31
Joined: 16 Jun 2011, 06:11

Re: flv player bug without any changement !!!

16 Jul 2012, 05:33

Hi,

i found the way to display a lightbox and the thumbnails start mode :

i put the gallery in the thumbnails starts mode and i had a html code (<BODY onLoad="javascript:lightbox('http://www.tlcprod.info', {iframe:true})"/> ) in the seo footer code...

look : http://www.teamlescollets.com

it works fine but i have just a problem : if i want to put a video mp4, can you give the javascript code you use ? i can't have it because i think it is insiode the flash.

Thanks
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13993
Joined: 30 Sep 2006, 03:37

Re: flv player bug without any changement !!!

16 Jul 2012, 08:10

You are aware you can open a video on start page now by setting your folder as link? It would only display the video though, and not thumbnails below it of course ... More info on that here:
https://www.photo.gallery/documentation/lightbox/
https://www.photo.gallery/documentation/video/

Also, why not use Vimeo for your video? They have faster servers than yours, and the visitor can choose resolution (HD/SD) ...

If you gonna embed local mp4 file, try this:
Code
javascript:lightbox('imagevue.php?a=video&path=folder/file.mp4');
Keep in mind the path is relative to your content folder, and thats where the video much be also. For example for the coe above, your file would be located in content/folder/file.mp4.
 
mat321
Experienced
Topic Author
Posts: 31
Joined: 16 Jun 2011, 06:11

Re: flv player bug without any changement !!!

16 Jul 2012, 10:04

yes tahnsk i know but i want to display a video when website starts and when you close it there are the thumbs...

i try your code bug problem appears....

i'm gonna to see for other solution.

Thanks