ycs_init = function() {
	$f("a.yPlayer", "../swf/flowplayer.commercial-3.2.0.swf", {
		//{
		// STYLING CONFIGURATION
		
		//Background color is specified as a hexadecimal value, for example, backgroundColor: #ffcccc. The length of the value is 6 alpha-numerical characters (0-9 and A-F) and the prefix # is optional.
//		backgroundColor:	 
		//The absolute or relative path to the image that should be used as the background for this plugin. Supported formats are GIF, JPEG, PNG and even SWF (Flash components). The syntax is similar to CSS in that you must enclose your path inside a url() wrapper such as: backgroundImage: url(my/path/to/image.jpg).
//		backgroundImage:	 
		//	Possible values are "no-repeat" or "repeat". The default is "repeat", which causes the background image to repeat both horizontally and vertically over the available canvas. Using "no-repeat" displays the background image only once from the top left-hand corner.
//		backgroundRepeat: 
		//	A shorthand way of setting all background properties at once, similar to the CSS property of the same name. The format is as follows: backgroundImage backgroundRepeat left top. For example: url(/my/image.jpg) no-repeat 100 30. The last two numbers specify the background image positioning.
//		background: 
		//	Defines a plugin's background gradient, i.e. the way the background is faded in and out vertically. The value can be one of the predefined values "low", "medium" or "high", or you can supply an array of values, each one representing how much transparency is applied at a particular point. For example, the array [0.2, 1.0] means that the background will be 80% visible at the top edge and 0% visible at the bottom, and there will be a linear gradient of transparency between the two edges. You can supply any number of point definitions in your array and they will be placed so that there is equal distance between them. For example, passing the array [0.4, 0.6, 1.0] will result in a gradient with three distinct amounts of transparency at the top, middle and bottom of the background.
//		backgroundGradient: 
		//	Draws a border around a plugin's edges. The syntax follows the CSS standard: width style color. For example: "1px solid #cccccc". The only supported style currently is "solid", but the width and colour can be set to any valid value. 
//		border:
		//	Specifies, the amount of rounding for each corner. Larger values mean more rounding.
//		borderRadius:

		// DISPLAY CONFIGURATION
		
		//Specifies the position at which the plugin should be placed as the distance from the bottom edge of the layer. Overridden by the top property.
		//bottom
		//	The height of the plugin. If this value is not supplied, the height is scalable, and the plugin will use all available vertical space in both normal and fullscreen mode.
		//height: 600,
		//	Specifies the position at which the plugin should be placed as the distance from the left-hand edge of the layer. Overrides the right property.
		left: '0',
		//	Specifies the initial transparency of the plugin. Accepts a decimal value between 0.0 (invisible) and 1.0 (no transparency), or a percentage from 0% to 100%.
		opacity: 1.0,
		//		Specifies the position at which the plugin should be placed as the distance from the right-hand edge of the layer. Overridden by the left property.
		//right: 
		//	Specifies the position at which the plugin should be placed as the distance from the top edge of the layer. Overrides the bottom property if it is supplied simultaneously.
		top: '0',
//		The width of the plugin. If this value is not supplied, the width is scalable, and the plugin will use all available horizontal space in both normal and fullscreen mode.
		//width: 600,
		
		// CANVAS È IL CONTENITORE DEL PLAYER E IL CONTROLBAR
		
		canvas: { 
		
			//	Associates a link with the background image (if present) or with the whole object if a background image is not specified. The associated page is opened in the web browser when the image is clicked.
			//linkUrl: 'XXX', 
			/*
			 * Defines where the page defined by the linkUrl is opened. The available options are:
			 * _self specifies the current frame in the current window.
			 * _blank specifies a new window.
			 * _parent specifies the parent of the current frame.
			 * _top specifies the top-level frame in the current window.
			*/
			//linkWindow: '_xxxxx'	
		
			// CANVAS ACCETTA TUTTE LE CONFIGURAZIONI 'STYLING'
			
		},
		
		// SCREEN È L'AREA VIDEO
		
		screen: {
			// SCREEN ACCETTA TUTTE LE CONFIGURAZIONI 'DISPLAY'
			height: 394,
			width: 700
		},

		plugins: {
			
			// The controlbar is called "controls". By tweaking this, you can modify its look and feel 
		    controls: { 
		 
		        // location of the controlbar plugin 
		        url: 'flowplayer.controls-3.2.0.swf', 
		 
		        // COLOR SETTINGS
		        
		        //	Value for the font color in the time field. This is the running time.
		        //timeColor:	'#000000', 
		        //	Value for the font color in the time field that specifies the total duration of the clip or "total time".
		        durationColor:	'#ffffff', 
		        //	Color of the progress bar. This is the bar in the timeline from zero time to the point where playback is at a given time.
		        progressColor:	'#cb0000', 
		        //	Gradient setting for the progress bar. See below for its valid values.
		        progressGradient:	'medium',
		        //	Color of the buffer. The buffer is the bar that indicates how much video data has been read into the player's memory.
		        bufferColor:	'#6c9cbc', 
		        //	Gradient setting for the buffer. See below for its valid values.
		        bufferGradient:	'none',
		        //	Background color for the timeline before the buffer bar fills it. The same background color is also used for the volume slider.
		        sliderColor:	'#000000', 
		        //	Gradient setting for the sliders. See below for valid values.
		        sliderGradient:	'none',
		        //	Color of the player buttons: stop, play, pause and fullscreen.
		        buttonColor:	'#889AA4',
		        //	Button color when the mouse is positioned over them
		        buttonOverColor:	'#92B2BD',
		        //	Background color for the volume slider (since 3.1)
		        volumeSliderColor:	'#000000',
		        //	Volume slider background color gradient (since 3.1). See below for its valid values.
		        volumeSliderGradient:	'none',
		        //	Background color for the time/duration display (since 3.1). You can set timeBgColor: null here and the time area background area is not drawn at all.
		        timeBgColor:	'#555555',
		        
		        
		        // ALTEZZA SCRUBBER E VOLUME BAR
		        //Ratios are values between 0.0 (none) and 1.0 (full).
		    	
		        //How much the scrubber handle should take of the controlbar total height. A value of 1.0 means that the scrubber handle takes the entire available height in the controlbar plugin (since 3.1).
		        scrubberHeightRatio:	0.4,
		        //	The ratio between the scrubber bar and the scrubber handle. A value of 1.0 means that the scrubber bar's height is the same as the handle's height (since 3.1).
		        scrubberBarHeightRatio:	1,
		        //	How much the volume slider handle should take of the controlbar total height (since 3.1).
		        volumeSliderHeightRatio:	0.4,
		        //	The ratio between the volume bar and the voume slider handle. A value of 1.0 means that the bar's height is the same as the handle's height (since 3.1).
		        volumeBarHeightRatio:	1,
		        //	How much the time/duration display should take of the controlbar total height. A value of 1.0 means that it takes the entire available height of the controlbar plugin (since 3.1).
		        timeBgHeightRatio:	0.7,
		        
		        // VISIBILITÀ BOTTONI
		        
		        //	Specifies whether the controlbar should be hidden when the user is not actively using the player. Allowed values are never, always and fullscreen. Here is a controlbar auto-hide demo.
		        autoHide:	'always', 
		        //	The delay in milliseconds before the controlbar is automatically hidden. The timer starts over again when the user stops moving the mouse or moves the mouse out of the player. Specifying 0 here causes the controlbar to hide immediately. The default is 4000 (4 seconds).
		        hideDelay:	2000, 
		        //A shorthand convenience property that you can use to hide or show all elements of the controlbar. This is convenient if you want to show only some of the controlbar elements so you first hide them all with all: false and then show only a few. This technique is used in the above Configuration example.
		        //all:		 
		    	//Should the play/pause button be visible?
		    	play:	true,
		        //	Should the volume control be visible?
		    	volume:	true,
		        //	Should the mute button be visible?
		    	mute:	true,
		        //	Should the time display be visible?
		    	time:	true,
		        //	Should the stop button be visible?
		    	stop:	true,
		        //	Should the playlist buttons be visible? The playlist buttons allow navigation through the playlist entries of the current playlist. These buttons are always hidden if there are less than two entries in the playlist.
		    	playlist:	false, 
		        //	Should the fullscreen button be visible?
		    	fullscreen:	true,
		        //	Should the scrubber be visible? 'Scrubber' is a well known nickname for the timeline/playhead combination.
		    	scrubber:	true,
		        
		    	// CONFIGURAZIONE TOOLTIP
		    	
		    	// background color for tooltips 
		        tooltipColor: '#5f747c',
		        // tooltip text color
		        tooltipTextColor:	'#ffffff',
		        // which tooltips are shown and which are not? 
		        tooltips:  { 
					//	Specifying true here causes all buttons to have default English tooltips enabled. You can customize each button separately with the following options. Specifying null for a property value causes the tooltip for that button to be disabled.
					buttons:	true, 
					//	Tooltip text for play button.
					play:	'ripruduci!',
					//	Tooltip text for pause button.
					pause:	'pausa',
					//	Tooltip text for mute button.
					mute:	'silenzioso',
					//	Tooltip text for unmute button.
					unmute:	'audio',
					//	Tooltip text for stop button.
					stop:	'Stop',
					//	Tooltip text for fullscreen button.
					fullscreen:	'Schermo pieno',
					//	Tooltip text for fullscreenExit button.
					fullscreenExit:	'esci',
					//	Tooltip text for the Next button of the controlbar's playlist.
					next:	'successivo',
					//	Tooltip text for the Previous button of the controlbar's playlist.
					previous:	'precedente'
					//	The scrubber has no text so you can only disable this by specifying false.
					//scrubber:	%- value 
					//	The volume control has no text so you can only disable this by specifying false.
					//volume:	%- value
		        }
		    } 
		}
	//};
		,key: '#$0ad75b5747a85616352'
	});
};
