You are here

function emvideo_tudou_emfield_subtheme in Embedded Media Field 6.3

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

File

contrib/emvideo/providers/tudou.inc, line 151
Provide support for the Tudou provider to the emfield.module.

Code

function emvideo_tudou_emfield_subtheme() {
  return array(
    'emvideo_tudou_flash' => array(
      'arguments' => array(
        'embed' => NULL,
        'width' => NULL,
        'height' => NULL,
        'autoplay' => NULL,
      ),
      'file' => 'providers/tudou.inc',
    ),
  );
}