Active
Project:
Flowplayer API
Version:
6.x-1.0-beta1
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 May 2010 at 13:10 UTC
Updated:
11 May 2010 at 13:10 UTC
I am using Flowplayer a number of projects but in a project I thought to load flow player in fancybox.
in hook_menu I associated a callback(video_preview) to path(video/%)
with in this call back I am calling theme('flowplayer', $url) that returns an empty div with id as 'flowplayer'.
I tried it in node.tpl.php and it worked for the same url.