function emvideo_sevenload_emfield_subtheme in Embedded Media Field 6
Same name and namespace in other branches
- 6.3 contrib/emvideo/providers/sevenload.inc \emvideo_sevenload_emfield_subtheme()
 
Implementation of hook_emfield_subtheme.
File
- contrib/
emvideo/ providers/ sevenload.inc, line 137  - This include processes Sevenload media files for use by emfield.module.
 
Code
function emvideo_sevenload_emfield_subtheme() {
  return array(
    'emvideo_sevenload_flash' => array(
      'arguments' => array(
        'embed' => NULL,
        'width' => NULL,
        'height' => NULL,
      ),
      'file' => 'providers/sevenload.inc',
    ),
  );
}