function scald_flash_scald_atom_providers in Scald: Media Management made easy 7
Implements hook_scald_atom_providers. Tell Scald that we'll be providing some flash atoms.
File
- modules/
providers/ scald_flash/ scald_flash.module, line 12 - Defines a flash provider for Scald.
Code
function scald_flash_scald_atom_providers() {
return array(
'flash' => 'Embed swf object (Flash)',
);
}