function simpleviewer_swf_list in SWF Tools 5
Call swf_list(), enforcing the SimpleViewer, for a playlist array Parameters and calling are identical to swf_list()
File
- simpleviewer/
simpleviewer.module, line 164
Code
function simpleviewer_swf_list($playlist_data, $params = SWFDEFAULT, $flashvars = SWFDEFAULT, $othervars = SWFDEFAULT, $methods = array()) {
$methods['player'] = 'simpleviewer';
return swf_list($playlist_data, $params, $flashvars, $othervars, $methods);
}