You are here

function theme_emvideo_flickr_sets_custom in Media: Flickr 6

File

providers/emvideo/flickr_sets.inc, line 363
This include processes flickr.com photosets for use by emfield/emvideo.module.

Code

function theme_emvideo_flickr_sets_custom($item, $width, $height, $autoplay, $options = array()) {
  return theme('emvideo_flickr_sets_flvmediaplayer', $item, $width, $height, $autoplay, $options);
}