I have a user video upload site where a user can upload a video embedded in a node in one step. (using flashvideo) I want to then post a follow-up video side by side the user's video. Any suggestions how to accomplish this? Could I use a different Player.swf configuration that allows multiple videos, or add a video to the existing node. Would it be better to create a separate video node and tie them together. The two videos really belong together so it would be my preference to have them stored in the same content type, but I'm not sure how to structure this.

Comments

nevets’s picture

My first thought is to use a second video field and use the field permissions module to limit who can edit it.

django6’s picture

That makes sense, but I wonder how flashvideo implements that second video with the [video] tag. I couldn't find anything in their docs about how to specify parameters for the [video] tag, so I don't know how to specify which video. Any ideas?