function createplayer(theFile, go) {  
	var s = new SWFObject("/images/swf/player.swf","playerID","300","280","7");  
	s.addParam("allowfullscreen","true");  
	s.addVariable("file",theFile);  
	s.addVariable("width","300");  
	s.addVariable("height","280");  
	s.addVariable("overstretch","false");  
	s.addVariable("skin","/images/swf/Snel.swf");  
	s.addVariable("image","/videos/32093/storytitle.jpg");  
	if (go) { s.addVariable("autostart","true"); }  
	s.write("placeholder");  
}  
  
createplayer("/videos/32093/story01.flv", false)  

