Hello all - I am implementing the artist portfolio demo on my own site and instead of opening an image in the apple overlay when the thumbnail is clicked, I want to open a flowplayer video. Therefore, instead of having the portfolio be an index of images, it would be an index of videos, and you could scroll through a video library instead of an image library. Just looking for ideas on how to do it. Thanks.
New implementation with artist portfolio Created Nov 20, 2009
This thread is solved
Views: 362 Replies: 1 Last reply Nov 23, 2009
You must login first before you can use this feature
Reply to:
New implementation with artist portfolio, from
erskersk
If you want to implement this, I recommend using scrollable and overlay instead of just overlay. Or use one flowplayer and the playlist plugin.
If you use the scrollable method, people can scroll through image thumbnails of your videos and when they click, it opens an overlay and plays the correct video. (I am not sure though how to set this up).
If you use the playlist plugin with one flowplayer object, people can look at the gallery of videos and when they click one, it tells the video to play in the flowplayer.
http://flowplayer.org/plugins/javascript/playlist.html
These are just different ideas that might be easier. I would use the playlist method because I have done it before.
If you use the scrollable method, people can scroll through image thumbnails of your videos and when they click, it opens an overlay and plays the correct video. (I am not sure though how to set this up).
If you use the playlist plugin with one flowplayer object, people can look at the gallery of videos and when they click one, it tells the video to play in the flowplayer.
http://flowplayer.org/plugins/javascript/playlist.html
These are just different ideas that might be easier. I would use the playlist method because I have done it before.