function video_cck_google_preview in Embedded Media Field 5
File
- contrib/
video_cck/ providers/ google.inc, line 178
Code
function video_cck_google_preview($embed, $width, $height, $field, $item, $autoplay) {
$output = theme('video_cck_google_flash', $embed, $width, $height, $autoplay);
return $output;
}