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