Closed (duplicate)
Project:
MediaFront
Version:
6.x-1.0-beta1
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
27 Apr 2010 at 18:32 UTC
Updated:
21 Mar 2011 at 06:25 UTC
I'm using mediafront with CCK. I wonder whether/how it would be possible to define a poster image for a video.
Comments
Comment #1
Basstunes commentedSorry, just changed version to beta 1. My mistake.
Comment #2
travist commentedYou can do this very easily by just using the ImageField + FileField and then just upload an Image to your node. The player should pick it up and show it in the player.
Comment #3
Basstunes commentedThanks for answering! I'll give it a try!
Comment #4
yannickooThen I get this error
warning: Attempt to assign property of non-object in /home/xxx/public_html/drupal-6.16/sites/all/modules/mediafront/mediafront.module on line 496.yannick
Comment #5
yannickooComment #6
mstrelan commentedWorked for me. An issue that I have is that I might have more than one Imagefield on my content type. How does mediafront determine which one to use. If I use a multiple imagefield it seems to use whichever image is last in the array. Should I create an imagefield called "poster image" which only allows one image?
Comment #7
yannickooHere #857844: Select CCK field for media
Comment #8
mstrelan commented#6 also refers to #869656: Need to be able to specify whether an imagefield is to be "used by mediafront" or not.
Comment #9
digitalfrontiersmediaOverriding CSS with something akin to:
will reveal the first frame of the video as the preview image. Code above used on a Mac in Safari with the simpleblack player template and a .m4v that appears in a video tag. YMMV.