I have a content type with two fields:
Video (file field, can have multiple files)
Video Thumb (Image field, can have multiple files)

I upload for instance two videoes and two images to Video Thumb.

Video Thumb 1 is the thumb for video 1
and
Video Thumb 2 is the thumb for video 2

I want to create a view (block) that list each thumb image, with a link to the video file.
The view takes the argument NID and only list the thumbs/video for the node shown.

I know how to create the view the takes the an NID argument. But how to list EACH images
and have the IMAGE link to the correct mov file ?

Hope somebody can help med getting this done...

Comments

2ndframe’s picture

Hi, I have the same problem. Would be great if anyone has any suggestions. Tried VIEW REFERENCE, but this references all Thumbs to all videos, so that if i have 4 videos and 4 four thumbs, i get 16 results instead of 4.