You are here

function emvideo_zzz_custom_url_video in Embedded Media Field 6.3

Same name and namespace in other branches
  1. 6 contrib/emvideo/providers/zzz_custom_url.inc \emvideo_zzz_custom_url_video()

File

contrib/emvideo/providers/zzz_custom_url.inc, line 284
This is an include file used by emfield.module.

Code

function emvideo_zzz_custom_url_video($code, $width, $height, $field, $item, $node, $autoplay, $options = array()) {
  $type = $item['data']['type'];
  $options['node'] = $node;
  $output = theme('emvideo_zzz_custom_url_embedded_video', $type, $code, $width, $height, $autoplay, $field, $item, $options);
  return $output;
}