You are here

function emvideo_twistage_preview in Embedded Media Field 6.3

Same name and namespace in other branches
  1. 6 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);
}