Is there anyway that you can configure this to play videos with any video player you specifiy? How about for audio?

Comments

ppblaauw’s picture

Status: Active » Postponed (maintainer needs more info)

Yes also video and audio fields can be used with the module.

You need to map the video field to the slide_image template variable.
For a video thumbnail you can map a video thumbnail field to the pager_image template variable.

Hope this helps you further, please let me know.

pkchoo’s picture

Version: 6.x-2.x-dev » 7.x-2.x-dev
Component: User interface » Miscellaneous
Category: feature » support

I asked this question in the forums and I have an idea of how it's accomplished, but I'm having a difficult time getting it to work.

I'm trying to mix multiple content types (article content with image and video content).

I have mapped the article image field and the video field (of each content type) to a custom global field, using tokens. This is what I have in the custom global text field...

[field_article_gallery][field_video]

I am able to get the article image to show up, but not the video to show up. I'm guessing it partly has to do with how the video field is formatted in the video content type. The only video formatter I see is media (I'm using Drupal 7) and I'm using preview for file field mode.

Any help would be greatly appreciated.

Thanks.