By mike123106 on
Hello!
I am using the video module, and now trying to create a view. I cannot find a field that shows the video thumbnail to output. I know something like this has to exist because I am seeing video thumbnails on the main nodes. But maybe their isn't a thumbnail because I'm using youtube videos? If I can't use video thumbnails, is it possible to just include the actual videos in the view? I dont see fields for this.
Any help would be appreciated, thanks so much!
edit:
I looked in contemplate and found
$node->content['video_player']['#value'] should output the html for the video... but I'm not sure how to add this to the view
Comments
Im bumping this because i
Im bumping this because i need to know the exact same thing!
-Thanks
Take a look at the Embedded
Take a look at the Embedded Media Field for CCK. I use it for a View of Youtube videos on my site and it comes with an option to display the Youtube-created thumbnail or create your own on a case-by-case basis. Very nice module, guys.