From 8041073c8d74e5d24e3b9f10143f3e4bd04db2de Mon Sep 17 00:00:00 2001 From: Heshan Wanigasooriya Date: Tue, 23 Mar 2010 04:17:29 +0000 Subject: removing old files and commenting new file field and other files to the vidoe module page. --- hooks.php | 54 ------------------------------------------------------ 1 file changed, 54 deletions(-) delete mode 100644 hooks.php (limited to 'hooks.php') diff --git a/hooks.php b/hooks.php deleted file mode 100644 index 69edabe..0000000 --- a/hooks.php +++ /dev/null @@ -1,54 +0,0 @@ - - * @author Heshan Wanigasooriya - * @todo - */ - - -//TODO: When we will release a stable version we have to document all the APIs -// the video module have - - -function hook_v_info() {}; - - -/** - * This hook is called by the video_image plugins once - * TODO: better documentation -*/ -function hook_v_autothumbnail($node) { - ; -} - -/** -The hook_v_get_params is used by plugins to write an html param inside -inside video generated object tag during the play. - -@param $node the node on which is being played - -@return a keyed array of tipe 'param_name'=>'param_value' -*/ -function hook_v_get_params(&$node) { - return array('flashVars' => 'autostart=true&url=false'); -} - - - -- cgit v1.2.3