You are here

function emvideo_google_video in Embedded Media Field 6.3

Same name and namespace in other branches
  1. 6 contrib/emvideo/providers/google.inc \emvideo_google_video()

File

contrib/emvideo/providers/google.inc, line 202
This include processes Google.com media files for use by emfield.module

Code

function emvideo_google_video($embed, $width, $height, $field, $item, $node, $autoplay) {
  $output = theme('emvideo_google_flash', $embed, $width, $height, $autoplay);
  return $output;
}