You are here

function emvideo_metacafe_video in Embedded Media Field 6

Same name and namespace in other branches
  1. 6.3 contrib/emvideo/providers/metacafe.inc \emvideo_metacafe_video()

File

contrib/emvideo/providers/metacafe.inc, line 76
This include processes metacafe.com media files for use by emfield.module.

Code

function emvideo_metacafe_video($embed, $width, $height, $field, $item, $node, $autoplay) {
  $output = theme('emvideo_metacafe_flash', $embed, $width, $height, $autoplay);
  return $output;
}