This is fantastic news. Thanks Martin. This is now without doubt the best plugin of its type available.
Regards,
John
None of the suggestions work for me. For instance if I add this as suggested:
<script>
flowplayer.conf = {
volume: 0;
}
</script>
The volume control displays correctly but the sound is not muted and is just as loud as ever. Adding data-volume=”0.0″ to the FV Flowplayer div element doesn’t work for me either. And neither does this:
<script type=”text/javascript”>
flowplayer(function (api) {
api.bind(“ready”, function (e, api) {
api.mute();
});
});
</script>
I’m testing the latest plugin on Windows 8.1 with Firefox 3 in WordPress 3.9.1. This is a pretty fundamental omission from what is otherwise a great plugin. This one failing is preventing me from buying the pro version.
Please, please, when is this plugin going to get proper preset volume controls (either at a global level, or for individual videos) that don’t require some sort of hack, none of which seem to work anyway?
Thanks,
John