Closed (fixed)
Project:
Video
Version:
7.x-2.x-dev
Component:
Video Players
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
2 Mar 2012 at 21:14 UTC
Updated:
26 Apr 2013 at 06:05 UTC
Is there a way to have the thumbnail link to the video in place? so that it doesn't go to the file?
I assumed "Content" was the option, but is simply links back to the thumbnail "content" and not the video content.
thanks!
and THANK YOU for the d7 port!!!!
Comments
Comment #1
Jorrit commentedSo what you want is when the thumbnail is clicked, the thumbnail is replaced by the video and the page doesn't change?
Comment #2
bredi commentedyes exactly. Similiar to flash videos or when you can custom have a link and thumb for a qt file.
if on the thumbnail toggle you had "File,Content, Video" that would awesome!
thanks again!
Comment #3
heresh commentedSubscribe!
Comment #4
Jorrit commentedCan't you just display the video? When the video is displayed, it will show the thumbnail. When users click it, the video starts.
Comment #5
bredi commentedwell, yes and no. An image or thumbnail could be an ad or something like "play video" or "watch now", "see the do-dad in action now" or a still from the video with a play button etc. A customizable image to get the viewer to click on the link.
where as the video would be the first frame... which many times is black from a fade up.
Comment #6
michael.k commented@bredi perhaps you are talking about the difference between the automatically-generated thumbnails, one of which becomes the poster frame for a video, versus all the cool stuff you can do with the imagecache_actions module to customize the thumbnails?
It would be ideal to customize that poster image and have it work like the teaser thumbnails or other custom display types.
To further complicate this point, I have recently seen (and documented) how a Video node with a completed transcoding job began with no poster frame showing in the HTML output, then mysteriously a few hours later started showing the poster image. This might explain why a users might not be seeing a selected poster frame and only the first frame of a video.
Comment #7
bredi commentedHi,
This would not be automated thumbnail generation from poster frames or videos. But rather a specifically designed thumbnail image manually uploaded as a link to the video. With the option to play the video in place, link to an external site or node. Flash and quicktime have this capability in code. But this would really round out this module.
Right now, when I choose to display the thumbnail image and select link to "content". It goes to the thumbnail image. Shouldn't it go to the Video? Since that is the real "Content" and purpose of the module? Otherwise, there is no need for using the video field. Just use an image field?
thanks again for this module!
Comment #8
michael.k commentedA crude workaround for using a custom image instead of a thumbnail from the video would be to:
Comment #9
Jorrit commentedIn 7.x-2.x-dev I have added code that allows you to set an image style for the poster image. I hope this helps to alleviate part of the problems in this issue.
Comment #10
Jorrit commentedClosed because of lack of response.