You are here

function video_cck_guba_preview in Embedded Media Field 5

File

contrib/video_cck/providers/guba.inc, line 81

Code

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