Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Looking for a (jQuery) video/image gallery to implement on my website, I've found many freely available option. However, I need one that, when in "autoplay" mode and gets to a video file, automatically plays an entire file, and only then moves on to the next image/video. Similar to what Picasaweb are doing when you ask to autoplay an online gallery of your images/videos.

I have found, for example, this plugin: http://www.yoxigen.com/yoxview/. Notice that images 6 and 8 are actually video feeds, but when in autoplay mode, are treated just like any other image, i.e. - displayed for a few seconds then moves on to the next file... not what I need.

Thank you in advance.

share|improve this question

1 Answer

Not sure whether it fulfills your exact requirement (i.e. whether the feature can be combined with an autoplay setting), but JWPlayer supports XML playlists. You'd have to check out whether it works for you.

It's not free for commercial and CMS-driven sites, though. Licenses start at €69.

share|improve this answer
Thank you for your help, Pekka. I'll review the JWPlayer. – Ran Jun 6 '10 at 10:28

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.