array( 'arguments' => array('element' => NULL), ), ); } /** * Implement hook_embed_info(). */ function embed_swfdirect_embed_info() { return array( 'embed_swfdirect' => array( 'title' => t('Direct embedding'), 'description' => t('This is a direct embedding method for placing swf content on a page. It places content on the page using standards compliant HTML. As this is a basic embedding method it does not support the Flash express install feature. Because this method uses only HTML to place the Flash content on the page it is ok to use with input filters that cache the output.'), 'types' => array('application/x-shockwave-flash'), ), ); }