проблемы с выводом видио. FlashVideo

Главные вкладки

Аватар пользователя osand osand 27 марта 2008 в 22:40

Доброго времени суток.
Необходимо загрузить, обработать видео и вывести видео.
Нашел я описание http://www.travistidwell.com/node/5
Настроил:
- ffmpeg
- создание видео (создается конвертится, записывается в базу все вроде коректно).
Но застрял на http://www.travistidwell.com/node/8
Как я понял с помощью модуля Content Template мы должны подправить Teaser и просто написать в нем [thumbnail].
Перепробовал , ставил в тизер , ставил и в body.... эфекта нет (страница с моим видио не выводится).
Помогите в чем может быть проблема?

П.С.
Если в руках что вероятно на 99% натолкните на путь истенный )))

Комментарии

Аватар пользователя Fanny@drupal.org Fanny@drupal.org 27 марта 2008 в 23:00

Эм...

FlashVideo is a complete video solution that expands the upload module to allow web developers and users to upload video files, automatically convert those videos to the popular Flash format, and then embed their video in any node type in the Drupal System using the simple [video] tag.

Я делал без CCK(похоже, что в отличие от вас). И без Content Templates.

Сделал node-video.tpl.php с таким содержанием:

<!-- start node -->
<div id="node-<?php print $node->nid; ?>" class="node<?php print ($sticky) ? ' sticky' : ''; print (!$status) ? ' node-unpublished' : ''; ?>">
<div class="title1"><div class="title2">
<?php if ($page == 0): ?>
<h1 class="title"><a href="<?php print $node_url ?>"><?php print $title ?></a></h1>
<?php else: ?>
<h1 class="title"><?php print $title ?></h1>
<?php endif; ?>
</div></div>
<div class="meta">
<div class="submitted"><?php print $submitted ?></div>
<?php if ($terms): ?>
<div class="terms">Tags: <?php print $terms ?></div>
<?php endif; ?>
</div>
<?php print $picture ?>
<div class="content clear-block"><?php print flashvideo_get_video($node); ?></div>
<?php if ($links): ?>
<div class="links"><?php print $links ?></div>
<?php endif; ?>
</div>

а еще - cron запускали? Smile

p.p.s. какая то бага на drupal.ru - когда находит тэг video (даже внутри тэга code) - пытается вставить видево. Smile