function video_cck_zzz_custom_url_preview in Embedded Media Field 5
File
- contrib/
video_cck/ providers/ zzz_custom_url.inc, line 138
Code
function video_cck_zzz_custom_url_preview($code, $width, $height, $field, $item, $autoplay) {
$type = $item['data']['type'];
$output = theme('video_cck_zzz_custom_url_embedded_video', $type, $code, $width, $height, $autoplay, $field, $item);
return $output;
}