*/ /** 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'); }