You are here

function video_cck_myspace_video in Embedded Media Field 5

File

contrib/video_cck/providers/myspace.inc, line 96

Code

function video_cck_myspace_video($embed, $width, $height, $field, $item) {
  $output = theme('video_cck_myspace_flash', $embed, $width, $height);
  return $output;
}