function swftools_swftools_flashvars in SWF Tools 6
Same name and namespace in other branches
- 5 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 513
Code
function swftools_swftools_flashvars($action, &$methods, &$vars) {
return $vars->flashvars;
}