function embedPlayer(obj) {

	var flashvars = {
		movie_url:obj.movie_url,
		detail_url:obj.detail_url,
		other_url:obj.other_url,
		thumbnail_url:obj.thumbnail_url
	};
	var params = {
		allowScriptAccess:"always",
		allowFullScreen:"true",
		bgcolor:"#000000"
	};

	var attributes = {};


	//if (swfobject.hasFlashPlayerVersion("9.0.45")) {
 		swfobject.embedSWF("swf/player2.swf", "swfcontent", obj.width, obj.height, "9.0.45", "swf/expressInstall.swf", flashvars, params, attributes);
	//}

}
