I attached multiple videos to the node and placed the multiple [video] tags then it is showing only first video in all the players. Can anyone tell me how to display multiple videos in the content node.
I attached multiple videos to the node and placed the multiple [video] tags then it is showing only first video in all the players. Can anyone tell me how to display multiple videos in the content node.
Comments
Comment #1
travist commentedIn order to display multiple videos, it is best practice to create a new node for each video in the playlist. That is how the Dash Media Player populates its playlist and also gives you the power to use the Views module to filter your content easily.
Hope this helps.
Travis.
Comment #2
amarvarmadrupal commentedI need to display multiple videos in the same node(page content type) along with the content.
Comment #3
travist commentedHello,
I apologize. I think I must have misunderstood your request. It does not matter which player you use for this, since any one is handled by the FlashVideo module to show that video. You can do what you ask by using the index parameter within the [video] tag.
[video] will reference the third video.
[video: index=1] will reference the second video.
[video: index=2] will reference the third video
Comment #4
amarvarmadrupal commentedIt is working thanks for your solution.
Comment #5
NeilPorter commentedIs there a way we can template this so we don't need to write out [video: index=x] but rather the template simply displays all the videos that are attached automatically? Perhaps with a special call to flashvideo_get_video() function? At the moment I can get this to display only the first video and nothing else, even if I've attached 2 or more.
Comment #7
avpaderno