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