Closed (fixed)
Project:
Video
Version:
6.x-2.5
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Oct 2009 at 11:58 UTC
Updated:
3 Jun 2010 at 16:38 UTC
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
Comment #1
iLLin commented