i use filefield cck to covert videos ,
as i upload three videos , the convertion of the three videos are all right
but with tag [video] , only one video show up
do i miss something
by the way , could i use a code or api in tpl.php to show all videos of that node?
Comments
Comment #1
travist commentedIf you want more than one video to show up you need to use the index parameter in the [video] tag, like this...
[video: index=1] - To show the 2nd video.
[video: index=2] - To show the 3rd video.
Comment #2
haojiang commentedthx , but in your document , you said that there is a playlist.tpl.php, i just can't find it out