Active
Project:
Dash Media Player
Version:
6.x-1.8
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
28 Jul 2010 at 04:14 UTC
Updated:
28 Jul 2010 at 04:57 UTC
Hi . I would like to use Panels Node override instead of Content Template.
When i put this code into panels, the dash player loads, but the circle in the middle keeps spinning and it never plays anything. It's as if it can't find the video.
$params ['node'] = $node->nid; print dashplayer_get_player( $params );
The code works fine with Content Template, but I would like to use it with Panels.
thanks!
Comments
Comment #1
andraeray commentedI found a solution that works in case anyone else is curious.