You are here

function emaudio_zzz_custom_url_preview in Embedded Media Field 5

File

contrib/emaudio/providers/zzz_custom_url.inc, line 129

Code

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