Closed (fixed)
Project:
Video
Version:
6.x-2.4
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
27 Jul 2009 at 19:53 UTC
Updated:
13 May 2010 at 16:13 UTC
How do you upload multiple videos and have Flowplayer create a playlist? I don't see a way to do this.
Comments
Comment #1
hedgefrog commentedsubscribing
Comment #2
glen201 commentedAre you guys looking for something like this where the user can select what plays:
http://flowplayer.org/demos/tools/tabbed-players.html
or the native flowplayer playlist where multiple items are played automatically in sequence?
Both might be accomplished using Views (using taxonomy to relate the nodes), but there's nothing in the module currently that allows multiple video nodes to combine as one.
-- glen201
Comment #3
kevinquillen commentedLike YouTube, when you reach the end of the video viewed, is there a JS API function that can pass in a list? Or some other method?
Comment #4
glen201 commentedAah a suggested or related videos list that kind of "plays" after the media? So the playlist has 2 entries: the primary video and a suggested to watch video? Hmm, it would have to support clicking and linking in the embedded media player back out to the HTML to know which node you've selected. For now, it's easier to just put a suggested list into the body of the node itself, and maybe have that linked to a taxonomy or something that programmatically excludes the current video if its a member of that taxonomy. But I understand this point. Thanks.
--glen
Comment #5
iLLin commented