function emvideo_guba_preview in Embedded Media Field 6.3
Same name and namespace in other branches
- 6 contrib/emvideo/providers/guba.inc \emvideo_guba_preview()
File
- contrib/
emvideo/ providers/ guba.inc, line 57 - Provide support for the Guba provider to the emfield.module.
Code
function emvideo_guba_preview($embed, $width, $height, $field, $item, $node, $autoplay) {
$output = theme('emvideo_guba_flash', $embed, $width, $height, $autoplay);
return $output;
}