function swftools_swftools_flashvars in SWF Tools 5
Same name and namespace in other branches
- 6 swftools.module \swftools_swftools_flashvars()
 
Implementation of swftools_flashvars hook For a random swf file there are no vars to add.
File
- ./
swftools.module, line 531  
Code
function swftools_swftools_flashvars($action, &$methods, &$vars) {
  return $vars->flashvars;
}