I am usıng print flashvideo_get_video($node) on content tenplate. When I upload onl one video everything works but If I upload couple of videos only the first uploaded shows on the node page I would really appreciate feedback.
Thanks in advance.
I am usıng print flashvideo_get_video($node) on content tenplate. When I upload onl one video everything works but If I upload couple of videos only the first uploaded shows on the node page I would really appreciate feedback.
Thanks in advance.
Comments
Comment #1
Medya-1 commentedanyone
Comment #2
travist commentedYou need to use the index parameter to index into other videos you uploaded....
If you are using PHP to do this, then just do the following....
Comment #3
Medya-1 commentedthanks very much for your help works great
I have done like this
I am also trying to figure out lets say if there is $params['index'] = 1; I want it to print br /br after each video I tried some veriation sbut did not work
Comment #4
attheshow commentedI think you're looking for:
print flashvideo_get_video($node, $params).'<br />';