You are here

function emvideo_myspace_emfield_subtheme in Embedded Media Field 6.3

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

Implementation of hook_emfield_subtheme.

File

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

Code

function emvideo_myspace_emfield_subtheme() {
  return array(
    'emvideo_myspace_flash' => array(
      'arguments' => array(
        'embed' => NULL,
        'width' => NULL,
        'height' => NULL,
        'autoplay' => NULL,
      ),
      'file' => 'providers/myspace.inc',
    ),
  );
}