function emvideo_twistage_video in Embedded Media Field 6.3
Same name and namespace in other branches
- 6 contrib/emvideo/providers/twistage.inc \emvideo_twistage_video()
Implementation of hook_PROVIDER_video().
File
- contrib/
emvideo/ providers/ twistage.inc, line 157 - Provide support for Twistage to the emfield.module (http://twistage.com).
Code
function emvideo_twistage_video($embed, $width, $height, $field, $item, $node, $autoplay) {
return theme('emvideo_twistage_flash', $embed, $width, $height, $autoplay, $item);
}