﻿function initFlowplayer(playerId)
{
    flowplayer(playerId, "/JScripts/flowplayer/flowplayer.commercial-3.1.0.swf",  {
        key: '#@8f93df9abe55e53a5d0',
        logo: { 
            url: '/style/VCCLogo.png',
            linkUrl: 'http://www.vccollege.ca',
            fullscreenOnly: true
        },
        play: { 
            opacity: 0.8,
            fadeSpeed: 1000,
            width: 40, 
            height: 40
        },
        clip: {
            autoPlay: false, 
            autoBuffering: true
        },
        plugins: { 
            controls: { 
	            backgroundColor: '#000000', 
	            backgroundGradient: 'medium',
	            sliderColor: '#000000', 
    	        progressColor: '#aa0000', 
	            bufferColor: '#550000',
				buttonColor: '#aa0000',
				buttonOverColor: '#ff0000',
	            autoHide: 'always',
	            play:false,
	            volume:true,
	            mute:true,
	            time:false,
	            stop:false,
	            playlist:false,
	            fullscreen:true,
	            scrubber: true
            } 
        }
    });
}