ZenphotoCMS Forum
customizing flowplayer plugin - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: customizing flowplayer plugin (/thread-3308.html)



customizing flowplayer plugin - mikkelbreum - 2008-07-17

Hi there.

simple question: is it possible to customize the plugin version of flowplayer like it is with the stand-alone?

I'd like to cofigure it like this:

showStopButton: false,
showScrubber: false,
showVolumeSlider: false,
showMuteVolumeButton: false,
showFullScreenButton: false,
showMenu: false,
controlsOverVideo: 'locked',
controlBarBackgroundColor: -1,
controlBarGloss: 'none'




customizing flowplayer plugin - acrylian - 2008-07-17

Sure, look at zp-core/plugins/flowplayer.php of your zenphoto installation. We did not include all those to not bloat the options.
Be sure to duplicate the plugin so that you don't loose changes on update.




customizing flowplayer plugin - r4ptor - 2008-07-28

I have virtually no knowledge about web development, so my question would be how exactly are these supposed to be used?




customizing flowplayer plugin - acrylian - 2008-07-28

The options are all documentated on Flowplayer's site: http://flowplayer.org/player/index.html




customizing flowplayer plugin - r4ptor - 2008-07-28

Yeh, seen it - problem was that I didn't look close enough in flowplayer.php. My bad.