You are here

function emvideo_myspace_video in Embedded Media Field 6

Same name and namespace in other branches
  1. 6.3 contrib/emvideo/providers/myspace.inc \emvideo_myspace_video()

File

contrib/emvideo/providers/myspace.inc, line 132
This include processes myspace.com media files for use by emfield.module.

Code

function emvideo_myspace_video($embed, $width, $height, $field, $item, $node) {
  $output = theme('emvideo_myspace_flash', $embed, $width, $height);
  return $output;
}