function createplayer2(theFile2, go) {
	var s1 = new SWFObject("../media/films/player2.swf","player2","450","324","7");
	s1.addParam("allowfullscreen","true");
	s1.addParam('wmode','transparent');
	s1.addVariable("image", "http://www.fx-motion.com/images/thumbnail/entertainment.jpg");
	s1.addVariable("file",theFile2);
	s1.addVariable("width","450");
	s1.addVariable("height","324");
	s1.addVariable("displayheight","304");
	s1.addVariable("overstretch","fit");
	if (go) { s1.addVariable("autostart","true"); }
	s1.write("preview2");
}


