Thumbnail code works when I enable the commented code
video_formatter.inc line 129

function theme_video_flv($video, $node) {
  if ($video->flash_player == 'swftools') {
    $options = array(
      'params' => array(
        'width' => $video->player_width,
        'height' => $video->player_height,
      ),
      'othervars' => array(
        'image' => $video->thumbnail->swfthumb,
        ),
    );
    $themed_output = swf($video->url, $options);
  }
...
CommentFileSizeAuthor
#1 video-921120.patch1.56 KBmikeytown2

Comments

mikeytown2’s picture

StatusFileSize
new1.56 KB
mikeytown2’s picture

Version: 6.x-4.1-rc4 » 6.x-4.x-dev
hypertext200’s picture

Status: Needs review » Patch (to be ported)
hypertext200’s picture

Status: Patch (to be ported) » Reviewed & tested by the community
hypertext200’s picture

Status: Reviewed & tested by the community » Closed (fixed)

Added yo dev

ñull’s picture

Status: Closed (fixed) » Needs work

I use 6.x-4.x-dev (2011-Mar-11) and still don't see the preview. In the object I don't find image anywhere.

ñull’s picture

Component: Code » Documentation

Like said elsewhere, again I see a lack of documentation. I bumped into this swf issue to find out that video 6.x-4.x-dev is dependent on swftools 6.x-3.x-dev. Please add this important information in your documentation.

hypertext200’s picture

Status: Needs work » Closed (fixed)