function wijering_imagerotator_swf in SWF Tools 5
Call swf(), enforcing the image rotator, for a single file (a pre-saved xml file) Parameters are identical to swf()
File
- wijering/
wijering.module, line 350
Code
function wijering_imagerotator_swf($filepath, $params = SWFDEFAULT, $flashvars = SWFDEFAULT, $othervars = SWFDEFAULT, $methods = SWFDEFAULT, $debug = FALSE) {
$methods['player'] = WIJERING_IMAGEROTATOR;
return swf($playlist_data, $params, $flashvars, $othervars, $methods);
}