You are here

function emvideo_revver_video in Embedded Media Field 6.3

Same name and namespace in other branches
  1. 6 contrib/emvideo/providers/revver.inc \emvideo_revver_video()

File

contrib/emvideo/providers/revver.inc, line 69
This include processes revver.com media files for use by emfield.module.

Code

function emvideo_revver_video($embed, $width, $height, $field, $item, $node, $autoplay) {
  $output = theme('emvideo_revver_flash', $embed, $width, $height, $autoplay);
  return $output;
}