var SWF_VERSION = "9.0.0";
var DOMAIN = "http://vanilla-black.kiev.ua/flash/";
var PLAYER_MOVIE_URL = DOMAIN + "photo.swf";
var PLAYER_MOVIE_URL1 = DOMAIN + "photo1.swf";


function createVideoFlash(_data, _id, _width, _height, version)
{
	var flashvars = {
	};
	//_width = document.body.clientWidth;
	//_height = document.body.clientHeight;
	//alert(_width);
	var params = {
		allowscriptaccess: "always",
		allowfullscreen: "true",
		quality: "high",
		allownetworking: "true",
		wmode: "opaque"
	};
	var attributes = {
	};
	var browser=navigator.appName;
	if (navigator.appVersion.indexOf('MSIE 6') > 0)
	{
		var att = { data:_data, width:_width, height:_height, id: _id };
		var par = { flashvars:"", wmode:"opaque", allowscriptaccess:"always", allowfullscreen:"false", bgcolor:"#000000", quality:"high"};
		FlashObject = swfobject.createSWF(att, par, _id);
	}
	else
	{
		swfobject.embedSWF(_data, _id, _width, _height, version, false, flashvars, params, attributes);
	}


	
}
