views:

12

answers:

0

I am using flowplayer module (for drupal) as dependency for my webtv module. I need to implement a flowplayer js-plugin embed that helps to generate embed code.

I am loading js-plugin module (flowplayer.embed-3.0.3.js) that actually extends the $f object.

There is no issue while js-plugin module is loaded. Finally when $f.getEmbedCode() is invoked, it is reported as $f.getEmbedCode() is not a function.

Had any one used embed plugin on Drupal? How to fix this issues?