function wijering_mediaplayer_swf_list in SWF Tools 5
Call swf(), enforcing the wijering media player, for a list of files (like a playlist) Parameters and calling are identical to swf_list()
File
- wijering/
wijering.module, line 341
Code
function wijering_mediaplayer_swf_list($playlist_data, $params = SWFDEFAULT, $flashvars = SWFDEFAULT, $othervars = SWFDEFAULT, $methods = array()) {
$methods['player'] = WIJERING_MEDIAPLAYER;
return swf_list($playlist_data, $params, $flashvars, $othervars, $methods);
}