array( 'arguments' => array('element' => NULL), ), ); } /** * Implement hook_embed_info(). */ function embed_flowplayer_embed_info() { return array( 'embed_flowplayer' => array( 'title' => t('Flowplayer'), 'description' => t('Implements FlowPlayer3 for audio and video playback.'), 'types' => array( 'audio/m4a', 'audio/mp3', 'video/x-flv', 'audio/mpeg', ), 'multiple values' => EMBED_HANDLE_MODULE, 'operations' => 'admin/settings/embed/flowplayer', 'resource' => EMBED_RESOURCE_PATH . 'flowplayer3/' . variable_get('embed_flowplayer_file', EMBED_FLOWPLAYER_FILE), 'download' => 'http://flowplayer.org', ), ); }