You are here

function video_cck_jumpcut_video in Embedded Media Field 5

File

contrib/video_cck/providers/jumpcut.inc, line 48

Code

function video_cck_jumpcut_video($embed, $width, $height, $field, $item) {
  $output = theme('video_cck_jumpcut_flash', $embed, $width, $height);
  return $output;
}