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

Comments

iLLin’s picture

Status: Active » Closed (fixed)