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

travist’s picture

Status: Active » Closed (works as designed)

In 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.

amarvarmadrupal’s picture

I need to display multiple videos in the same node(page content type) along with the content.

travist’s picture

Status: Closed (works as designed) » Fixed

Hello,

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

amarvarmadrupal’s picture

It is working thanks for your solution.

NeilPorter’s picture

Is 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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

avpaderno’s picture

Title: Multiple attachment videos are not showing » Multiple attached videos are not showed