You are here

function video_filter_flash in Video Filter 5.2

Same name and namespace in other branches
  1. 5 video_filter.module \video_filter_flash()
  2. 6.3 video_filter.module \video_filter_flash()
  3. 6 video_filter.module \video_filter_flash()
  4. 6.2 video_filter.module \video_filter_flash()
  5. 7.3 video_filter.module \video_filter_flash()

Wrapper that calls the theme function.

18 calls to video_filter_flash()
video_filter_bliptv in ./video_filter.codecs.inc
video_filter_capped in ./video_filter.codecs.inc
video_filter_collegehumor in ./video_filter.codecs.inc
video_filter_dailymotion in ./video_filter.codecs.inc
video_filter_flickr_slideshows in ./video_filter.codecs.inc

... See full list

File

./video_filter.module, line 207

Code

function video_filter_flash($video, $params = array()) {
  return theme('video_filter_flash', $video, $params);
}