Elxis CMS Forum

Support => General => Topic started by: ROUBOS on July 15, 2010, 03:50:27

Title: No thumbnails on Flowplayer. [solved]
Post by: ROUBOS on July 15, 2010, 03:50:27
I saw the Flowplayer screenshots at the Download Center, and it shows a bar under the video playing, displaying the list of videos available.
I have added 2 flv videos, in /images/videos/ but the thumbnail does not show. Only the first video is displayed.
I have changed the number of videos in the parameters.

 ???
Title: Re: No thumbnails on Flowplayer.
Post by: nikos on July 15, 2010, 09:50:05
Check again the path you set of flv video files and i am sure 100% that this is the mistake.
Title: Re: No thumbnails on Flowplayer.
Post by: ROUBOS on July 15, 2010, 13:02:18
you are right. The path to the first video can be /images/videos/video.flv, but for the rest of the videos it has to be the full path. http://www.domain.gr/images/videos/video.flv

thanks
Title: Re: No thumbnails on Flowplayer. [solved]
Post by: nikos on July 16, 2010, 01:54:59
Not necessary. If you read module description is written how paths can be and there are also examples.

All media files can be external or local URLs, or files uploaded inside the images folder and its sub-folders.

i) Example for an initial media file in folder images/videos: images/videos/test.flv
ii) Example for an initial media file from external site: http://www.site.com/images/videos/test.flv
iii) Example for a file in folder images/: test.flv
iv) Example for a file in folder images/videos/: videos/test.flv

So your case is example iv.