flowplayer("player", { src: "http://video.aperiostudios.com/aperioplayer.swf", version: [9, 115] }, { 
																						 
clip: {
	accelerated: true,
	scaling: 'fit',
    provider: 'aperiostreaming',
	url: 'mp4:video.aperiostudios.com/clients/aperiostudios/bookreview/bookreview_.mp4'
	},
	
	key: '#$f3d6931a9f45998b8b0',
	
	canvas: { 
    backgroundColor: '#7399bd', 
    backgroundGradient: [0]
	},

	logo: { 
        url: 'http://video.aperiostudios.com/clients/aperiostudios/aslogo.png',
        fullscreenOnly: false
    },
	
	play: { 
    url: 'http://video.aperiostudios.com/clients/aperiostudios/playbutton.png',  
    opacity: 1.1,
	width: 116,
	height: 68,
    fadeSpeed: 500,         
    rotateSpeed: 50
},

plugins: { 
	controls: {
	  volumeSliderGradient: 'none',
      bufferGradient: 'none',
      backgroundColor: 'transparent',
      timeColor: '#ffffff',
      durationColor: '#ffffff',
      progressColor: '#3a6598',
      buttonColor: '#3a6598',
      sliderGradient: 'none',
      borderRadius: '0',
      sliderColor: '#747474',
      backgroundGradient: 'none',
      buttonOverColor: '#2b4b71',
      bufferColor: '#7bb3cc',
      progressGradient: 'none',
	  autoHide: 'always',
	  width: '98%',  
      bottom: 5, 
      left: '50%', 
      borderRadius: 15,
   	  opacity: 1.0,
	  playlist: false,	  
	  time: false,
	  volume: false,

	  tooltips: { 
                buttons: true, 
                play: 'Play', 
                pause: 'Pause', 
                fullscreen: 'Fullscreen Mode' 
            },
            tooltipColor: '#1d314a',
            tooltipTextColor: '#ffffff'
		},
		
		aperiostreaming: { 
		url: 'http://video.aperiostudios.com/aperioplayer.rtmp.swf',
		netConnectionUrl: 'rtmp://streaming.aperiostudios.com/play'	
		},
		
		bwcheck: { 
            url: 'http://video.aperiostudios.com/aperioplayer.bwcheck.swf', 
            serverType: 'wowza',
			connectTimeout: 6000,
            netConnectionUrl: 'rtmp://streaming.aperiostudios.com/bwcheck', 
            bitrates: [500, 1000, 1500, 3000],
			defaultbitrate: 1000, 
			rememberbitrate: false,
            urlPattern: '{0}{1}.mp4'
        }
	 },

	contextMenu: [
    'Video Production by Aperio Studios',
	'www.aperiostudios.com',
	'Copyright © 2010 Aperio Studios',
    '-', 
    'Aperio Studios Video Player'
]
});