﻿function initFlowplayer(playerId)
{
    flowplayer(playerId, { src: '/Shared/JScripts/flowplayer/flowplayer.commercial-3.1.0.swf', wmode: 'transparent'},  {
		key: '#@28913f9849ce3530ae6',
		logo: { 
			url: '/style/UCANLogo.png',
			linkUrl: 'http://www.ucan.ca',
			fullscreenOnly: true
		},
		play: { 
			opacity: 0.8,
			fadeSpeed: 1000,
			width: 60, 
			height: 60
		},
        clip: {
            autoPlay: false, 
            autoBuffering: true
        },
		plugins: { 
			controls: { 
				backgroundColor: '#0a2137', 
				backgroundGradient: 'medium',
				autoHide: 'always',
				play:false,
				volume:true,
				mute:true,
				time:false,
				stop:false,
				playlist:false,
				fullscreen:true,
				scrubber: true
			} 
		}                                    
    });           
}