Can any one tell me how can i run my youtube video in flowplayer.
I have used "media" and "youtube media" module for that.
But i don't have found any support of media module with flowplayer in drupal 7.

Thanks in advance.

Comments

akayani’s picture

I'm looking at that issue + the Ckeditor.

return array(
  'video/x-flv' => array(
    'path' => 'sites/all/modules/flowplayer/flowplayer/flowplayer.swf',
    'offsetHeight' => 0,
    'fileName' => 'clip',
    'jsonName' => 'config',
  ),
  'audio/mpeg' => array(
    'path' => 'sites/all/modules/flowplayer/flowplayer/flowplayer.audio.swf',
    'offsetHeight' => 0,
    'fileName' => 'soundFile',
    'defaultWidth' => 290,
    'defaultHeight' => 24,
  ),
);

I have this embedding OK and failing with SWFObject.

What I don't seem to be able to do is stop the clip from starting to play when you enter the page.

Got any clues for that?

poorva’s picture

Hi Haigh,

Thanks for reply.
But i m still not clear with this solution.

artatum’s picture

would be very glad to be able to display youtube videos also...

sumitmadan’s picture

Any Solution Here?