function wijering_mediaplayer_swf in SWF Tools 5
Call swf(), enforcing the wijering media player, for a single file. Parameters and calling are identical to swf()
File
- wijering/
wijering.module, line 332
Code
function wijering_mediaplayer_swf($filepath, $params = SWFDEFAULT, $flashvars = SWFDEFAULT, $othervars = SWFDEFAULT, $methods = array()) {
$methods['player'] = WIJERING_MEDIAPLAYER;
return swf($filepath, $params, $flashvars, $othervars, $methods);
}