function createplayer4(theFile4, go) {
	var s3 = new SWFObject("../media/films/player4.swf","playerID","450","337","7");
	s3.addParam("allowfullscreen","true");
	s3.addParam('wmode','transparent');
	s3.addVariable("image", "http://www.fx-motion.com/images/thumbnail/camera.jpg");
	s3.addVariable("file",theFile4);
	s3.addVariable("width","450");
	s3.addVariable("height","337");
	s3.addVariable("displayheight","337");
	s3.addVariable("overstretch","fit");
	if (go) { s3.addVariable("autostart","true"); }
	s3.write("preview4");
}




