You are here

function video_filter_eyespot in Video Filter 6

Same name and namespace in other branches
  1. 5 video_filter.codecs.inc \video_filter_eyespot()
1 string reference to 'video_filter_eyespot'
video_filter_codec_info in ./video_filter.codecs.inc

File

./video_filter.codecs.inc, line 89

Code

function video_filter_eyespot($video) {
  $video['source'] = 'http://eyespot.com/flash/medialoader.swf?vurl=http%3A%2F%2Fdownloads.eyespot.com%2Fplay%3Fr%3D' . $video['codec']['matches'][1] . '&_autoPlay=' . ($video['autoplay'] ? 'true' : 'false');
  return video_filter_flash($video);
}