Posted by kharbat on October 15, 2009 at 11:58am
Jump to:
| Project: | Video |
| Version: | 6.x-2.5 |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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
#1