function emvideo_google_preview in Embedded Media Field 6
Same name and namespace in other branches
- 6.3 contrib/emvideo/providers/google.inc \emvideo_google_preview()
File
- contrib/
emvideo/ providers/ google.inc, line 207 - This include processes Google.com media files for use by emfield.module
Code
function emvideo_google_preview($embed, $width, $height, $field, $item, $node, $autoplay) {
$output = theme('emvideo_google_flash', $embed, $width, $height, $autoplay);
return $output;
}