function createplayer(theFile, go) {
	var s = new SWFObject("../media/films/player.swf","player3","450","324","7");
	s.addParam("allowfullscreen","true");
	s.addParam('wmode','transparent');
	s.addVariable("image", "http://www.fx-motion.com/images/thumbnail/previz2_thumb.jpg");
	s.addVariable("file",theFile);
	s.addVariable("width","450");
	s.addVariable("height","324");
	s.addVariable("displayheight","304");
	s.addVariable("overstretch","fit");
	if (go) { s.addVariable("autostart","true"); }
	s.write("preview");
}




