Foliovision › Forums › FV Player › How to … › Playlist options
-
-
Hello pweden,
thank you for your interest in our plugin, we are checking this feature request in our team.
We have done the vertical scrolling playlist for some of out websites. It required few lines of CSS. It would be more tricky for horizontal scrolling playlist, but not impossible.
Thanks,
MartinHello pweden,
you will need something like this:
.flowplayer {
float: left;
}.fp-playlist-external {
text-align: left;
float: left;
overflow: scroll;
overflow-x: hidden;
background: #fff;
border-bottom: 1px solid #ccc;
max-height: 423px;
max-width: 100%;
}You can restrict that rule based on some special div wrapper to not affect all players on your website.
You can check our demo here: https://foliovision.com/player/demos/vertical-playlist
Thanks,
MartinIt’s possible to do something like this example?
http://snag.gy/1X0v3.jpgHello Rick,
do you have a live example of this? Should licking “Part 1” to “Part 4” just change the video in the player (then it’s really similar to our default playlist) or should is hide the player at the top and roll down another player below the “Part x” heading (the tabbed playlist gives you something similar although it spans horizontally and not vertically)?
Thanks,
MartinHi Martin.
Here is a demo of the interface of a online course that I’m taking at this moment: https://www.dropbox.com/s/fw981j7uxcmkq4h/playlist_preview.mov?dl=0When you click, the video player change the video.
How can I make this visual to a flowplayer (wordpress) playlist? With some css?Thanks.
Hello Rick,
please look at our playlist here: https://foliovision.com/player/demos/video-playlist-durations
You can probably just style the “.fp-playlist-external a” elements in CSS to appear one per line and give it the box styling.
I’ll check with our team if we want to make this a preset.
Thanks,
Martin