You are here

function emvideo_revver_preview in Embedded Media Field 6

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

File

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

Code

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