Flow player doesn't appear in nodes coming from a view

kharbat - October 15, 2009 - 11:58
Project:Video
Version:6.x-2.5
Component:User interface
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Description

Hi there,

I'm not sure if it's a bug in FLowplayer or Video itself.

I created a view to display the latest added video. I used the following settings in the view:

Row style: Node
Build Mode: Full Node
Display Links: Checked

But Flowplayer does not appear within the node content.

Another thing, i have tried to display the video in a custom block using the following code, but still the player didn't appear:

    $node = node_load($object->nid);
    module_invoke_all('view', $node, FALSE, TRUE);
    return theme('node', $node, FALSE, TRUE);

Thanks

 
 

Drupal is a registered trademark of Dries Buytaert.