You are here

function emvideo_imeem_preview in Embedded Media Field 6.3

Same name and namespace in other branches
  1. 6 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;
}