function emvideo_imeem_preview in Embedded Media Field 6
Same name and namespace in other branches
- 6.3 contrib/emvideo/providers/imeem.inc \emvideo_imeem_preview()
File
- contrib/
emvideo/ providers/ imeem.inc, line 90
Code
function emvideo_imeem_preview($embed, $width, $height, $field, $item, $node, $autoplay) {
$output = theme('emvideo_imeem_flash', $embed, $width, $height, $autoplay);
return $output;
}