You are here

function video_cck_myspace_preview in Embedded Media Field 5

File

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

Code

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