Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Steve 472 posts 1216 karma points
    Apr 03, 2013 @ 15:52
    Steve
    0

    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?

    <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>  

     

  • Steve 472 posts 1216 karma points
    Apr 03, 2013 @ 16:49
    Steve
    0

    Got it, The code has to reside within the xslt or razor file instead of the template header.

  • 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.

Please Sign in or register to post replies