I am using this per the instructions on the flowplayer site in my template header, but it is not changing the color of the play controls. Any suggestions?
<script type="text/javascript">
flowplayer("modern", "/scripts/flowplayer-3.1.4.swf", {
// the modern default controlbar
plugins: {
controls: {
// could be omitted
url: "/scripts/flowplayer.controls-3.1.4.swf",
progressColor: '#b50938',
}
},
clip: {
autoPlay: false
}
});
</script>
Changing the color of Flowplayer play controls
I am using this per the instructions on the flowplayer site in my template header, but it is not changing the color of the play controls. Any suggestions?
Got it, The code has to reside within the xslt or razor file instead of the template header.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.