You are here

function emvideo_spike_preview in Embedded Media Field 6

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

File

contrib/emvideo/providers/spike.inc, line 83
This include processes Spike media files for use by emfield.module.

Code

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