Home
last modified time | relevance | path

Searched refs:flashvars (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/inc/
H A Dhtml.php924 * The parameters $params, $flashvars and $atts need to be associative arrays.
936 * @param array $flashvars - parameters to be passed in the flashvar parameter
941 function html_flashobject($swf, $width, $height, $params = null, $flashvars = null, $atts = null, $alt = '')
977 // add flashvars
978 if (is_array($flashvars)) {
979 $out .= ' <param name="FlashVars" value="' . buildURLparams($flashvars) . '" />' . NL;
896 html_flashobject($swf, $width, $height, $params = null, $flashvars = null, $atts = null, $alt = '') global() argument