You are here

function video_cck_revver_video in Embedded Media Field 5

File

contrib/video_cck/providers/revver.inc, line 65

Code

function video_cck_revver_video($embed, $width, $height, $field, $item, $autoplay) {
  $output = theme('video_cck_revver_flash', $embed, $width, $height, $autoplay);
  return $output;
}