You are here

function video_cck_jumpcut_preview in Embedded Media Field 5

File

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

Code

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