Active
Project:
Flowplayer API
Version:
6.x-1.0-beta1
Component:
Code
Priority:
Major
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
27 Oct 2010 at 08:59 UTC
Updated:
4 Nov 2010 at 21:44 UTC
Hello,
Flowplayer is probably the best solution for drupal multimedia, and the basic configuration is working fine on my drupal installation. However, I spent hours to integrate flowplayer with emfield via views. I need help to achieve my views playlist. How to implement views in the theme function or in the preprocess function ?
thanks
Comments
Comment #1
alienresident commentedspasmody
Not sure of this will help but here is how I am getting flowpalyer and the video to show up in a views block.
I am using the video module to create a cck filefield (field_video) and have the video upload module enabled.
In the view I am using fields, and on the video field I am just spitting out the path to file
Content: Video Path to file
The code in my views template file for the video (views-view-field--View-Name--block--field-video-fid.tpl.php) is:
Are you trying to create a view which is a video with a playlist?