﻿$(document).ready(function () {
    flowplayer(
        "player",
        {
            src: "http://www.ipsos-na.com/knowledge-ideas/video/flowplayer-3.1.3.swf",
            cachebusting: true,
            version: [8, 115],
            expressInstall: "http://www.ipsos-na.com/knowledge-ideas/video/expressinstall.swf"
        },
        {
            key: '#$8b6fe9f81a28c50b084',
            clip: {
                autoPlay: true,
                autoBuffering: false
            },
            plugins: {
                controls: {
                    url: 'http://www.ipsos-na.com/knowledge-ideas/video/flowplayer.controls-3.1.3.swf',
                    autoHide: 'always',
                    hideDelay: 1000,
                    volume: false,
                    mute: false,
                    time: false,
                    fullscreen: false,
                    buttonColor: '#565b74',
                    buttonOverColor: '#6e7387',
                    backgroundColor: '#c8cddc',
                    backgroundGradient: 'medium',
                    bufferColor: '#a6abc4',
                    bufferGradient: 'low',
                    sliderColor: '#FFFFFF',
                    sliderGradient: 'high',
                    progressColor: '#2f4594',
                    progressGradient: 'low'
                }
            }
        }
    );
});
