If I have a view that shows a bunch of stuff... if load a webform block inbetween 2 videos... the second video doesnt work ( no flowplayer).
Here are some scenarios:
flowplayer (showing)
flowplayer (showing)
webformblock
OR
webformblock
flowplayer (showing)
flowplayer (showing)
OR
flowplayer (showing)
webformblock
flowplayer (not showing)
This happends even if the they arent in the same view. Lets say I have 2 views side by side (2 columns)... Left column is rendered before the right.
flowplayer (showing) | flowplayer (not showing)
webformblock |
OR
flowplayer (showing) | webform block
flowplayer (showing) |
OR
webformblock | flowplayer (showing)
| flowplayer (showing)
OR
webformblock | flowplayer (showing)
flowplayer (showing) |
The code I'm using for the webform block is:
{
$block = module_invoke('webformblock' ,'block', 'view', 81);
print $block['content'];
}
Comments
Comment #1
prasannah.ganeshan commentedGive this a try.
http://drupal.org/node/1210404
It worked for me. But you will be editing the module a bit be warned.