google.load("swfobject", "2.1");
function createPlayer(thePlaceholder, thePlayerId, theFile, theAutostart,dispheight) {
	var flashvars = {
	file:'http://fc.dai.co.jp/uploads/movies/'+theFile,
	autostart:theAutostart,
	playlist:'bottom',
	displayheight:dispheight // 270 or 360
	}
	var params = {
	allowfullscreen:"true",
	allowscriptaccess:"always"
	}
	var attributes = {
	id:thePlayerId,
	name:thePlayerId
	}
	swfobject.embedSWF("http://fc.dai.co.jp/flash/old_player.swf", thePlaceholder, "500", "280", "7", false, flashvars, params, attributes);
	document.write("<div><a href='http://fc.dai.co.jp' target='_blank'><img src='http://fc.dai.co.jp/images/fcshow_movie_head.jpg'  border='0'></a></div>");
}

