You are here

function video_filter_tangle in Video Filter 6

Same name and namespace in other branches
  1. 5.2 video_filter.codecs.inc \video_filter_tangle()
  2. 5 video_filter.codecs.inc \video_filter_tangle()
  3. 6.2 video_filter.codecs.inc \video_filter_tangle()
1 string reference to 'video_filter_tangle'
video_filter_codec_info in ./video_filter.codecs.inc

File

./video_filter.codecs.inc, line 77

Code

function video_filter_tangle($video) {
  $video['source'] = 'http://www.tangle.com/flash/swf/flvplayer.swf?viewkey=' . $video['codec']['matches'][1];
  return video_filter_flash($video);
}