function simpleviewer_swf in SWF Tools 5
Call swf(), enforcing SimpleViewer, for a pre-saved xml file Parameters are identical to swf()
File
- simpleviewer/
simpleviewer.module, line 155
Code
function simpleviewer_swf($filepath, $params = SWFDEFAULT, $flashvars = SWFDEFAULT, $othervars = SWFDEFAULT, $methods = SWFDEFAULT, $debug = FALSE) {
$methods['player'] = SIMPLEVIEWER;
return swf($playlist_data, $params, $flashvars, $othervars, $methods);
}