var swf 	= "/swf/flvplayer/embed_flvplayer.swf"; 
var id		= "embed_flvplayer_contents";
//var width	= "320";
//var height	= "280";

var width	= "305";
var height	= "270";

//
/*
var flashvars = {
	movie_id	: "4",
	movie_type	: "",
	movie_path	: ""
};
*/
//
var params = {
	scale			: 'noScale',
	salign			: 'lt',
	align			: 'middle',
	menu			: 'false',
	play			: 'true',
	loop			: 'true',
	quality			: 'high',
	wmode			: 'window',
	bgcolor			: '#FFFFFF', //'#000000',
	allowFullScreen		: 'true',
	allowScriptAccess	: 'sameDomain',
	devicefont		: 'false'
};
//
var attributes = {};
//
//
swfobject.embedSWF(
	swf, 			//swf
	id, 			//表示id
	width, 			//幅
	height, 		//高さ
	"8.0.0", 		//swfバージョン
	"expressInstall.swf", 	//
	flashvars, 		//flashvars
	params, 		//params
	attributes		//
);