﻿function createplayer(theFile, go) {
	var s = new SWFObject("play1.swf","PlayerID","720","404","9" );
	s.addParam("allowfullscreen","true");
s.addParam("wmode","transparent");
	s.addParam("allowscriptaccess","always");
 s.addVariable("autostart", "true"); 
// s.addVariable("stretching", "fill");
//	s.addVariable("linktarget","_self");
 s.addVariable("javascriptid","playerID");
s.addVariable("file",theFile);
s.write("placeholder");
 s.addVariable("type", "video");
// s.addVariable("streamer","lighttpd");
}




