function EMBED(thumb, clip) {
	return '<object width="400" height="300" data="http://gameslife.ru/flowplayer/flowplayer.commercial-3.1.5.swf" type="application/x-shockwave-flash"><param name="movie" value="http://gameslife.ru/flowplayer/flowplayer.commercial-3.1.5.swf" /><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="flashvars" value=\'config=' + JSON.stringify({
		"key":"@f862a6188dc6644e225",
		
		"logo": {
			"url": "http://static.gameslife.ru/images/player_logo.png",
			"fullscreenOnly":false,
			"top":8,
			"right":5,
			"linkUrl":"http://gameslife.ru"
		},
		
		"clip": {
			"tags":["gl"],
			"scaling":"fit",
			"autoPlay":false,
			"url":clip
		},
		
		"canvas": {
			"backgroundColor":"#000000",
			"backgroundGradient":"none"
		},
		
		"play": {
			"width":600,
			"height":400,
			"opacity":0
		},
		
		"plugins": {
			"controls": {
				"url":"http://gameslife.ru/flowplayer/flowplayer.controls-skinless-3.1.5.swf",
				"skin":"customskin",
				"fullscreen":true,
				"backgroundGradient":"none",
				"backgroundColor":"transparent",
				"border":"none",
				"hideDelay":1000,
				"all":false,
				"enabled":{"scrubber":true},
				"scrubber":true,
				"volume":true,
				"play":true,
				"mute":true,
				"playlist":false,
				"height":30,
				"autoHide":"always",
				"bottom":5,
				"left":"50pct"
			},
			
			"customskin": {
				"url":"http://gameslife.ru/flowplayer/gameslife_buttons.swf",
				"type":"classLibrary"
			}
		},
		
		"playlist": [
			{
				"controls": {
					"scrubber":false,
					"volume":false,
					"fullscreen":false,
					"play":false,
					"mute":false
				},
				
				"autoPlay":true,
				"url":thumb
			},
			
			{
				"tags": ["gl"],
				"scaling":"fit",
				"autoPlay":false,
				"url":clip
			}
		]
	}) + '\' /></object>';
}
