I noticed in the documentation that you can override the default player using the
player="simpleviewer"
But I couldn't workout where abouts this got passed in the swf_list function. Any clues?
Andy
I noticed in the documentation that you can override the default player using the
player="simpleviewer"
But I couldn't workout where abouts this got passed in the swf_list function. Any clues?
Andy
Comments
Comment #1
simeJust use simpleviewer_swf_list() the same way you'd use swf_list().
Comment #2
andykemp commentedIn case anyone else in looking to do this here are some of the override functions:
The functions are in the submodules for each player, and well documented! Sorry I should have looked there in the first place!
Cheers
Andy
Comment #3
simeYou'll find I've tried to document the code quite well, but I admit that isn't a replacement for good docs in the handbook but they will come.
You'll see those functions don't do much, they just set the appropriate variable on the 5th parameter. Eg. array('player'=>'simpleviewer').