How do you upload multiple videos and have Flowplayer create a playlist? I don't see a way to do this.

Comments

hedgefrog’s picture

subscribing

glen201’s picture

Assigned: Unassigned » glen201
Status: Active » Postponed (maintainer needs more info)

Are 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

kevinquillen’s picture

Like 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?

glen201’s picture

Aah 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

iLLin’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)