//Vars
/*----------------------------------*/
function photoGalleryGenerator(configFile){
var flashPhotoPlayer = new SWFObject("groGooMediaPlayer.swf", "GroGoo Media Player 1.0", "392px", "420px", "8", "#000000");
flashPhotoPlayer.addParam("quality", "high");
flashPhotoPlayer.addParam("wmode", "transparent");
flashPhotoPlayer.addParam("scale", "noscale");
//
flashPhotoPlayer.addVariable("appTitle", "Grogoo Media Generator");
flashPhotoPlayer.addVariable("testMode","0" );
flashPhotoPlayer.addVariable("configFile", configFile);
//
flashPhotoPlayer.write("flash");		

}
//
/*----------------------------------*/
function mediaUploadTester(dir,tom,mu,myUrl,title,story){
var flashPhotoPlayer = new SWFObject("groGooMediaPlayer.swf", "GroGoo Media Player 1.0", "392px", "420px", "8", "#000000");
flashPhotoPlayer.addParam("quality", "high");
flashPhotoPlayer.addParam("wmode", "transparent");
flashPhotoPlayer.addParam("scale", "noscale");
//
flashPhotoPlayer.addVariable("appTitle", "Grogoo Media Generator");
flashPhotoPlayer.addVariable("testMode","1" );
flashPhotoPlayer.addVariable("directory", dir);
flashPhotoPlayer.addVariable("typeOfMedia", tom);
flashPhotoPlayer.addVariable("mediaURL", mu);
flashPhotoPlayer.addVariable("myUrl", myUrl);
flashPhotoPlayer.addVariable("title", title);
flashPhotoPlayer.addVariable("story", story);
//
		
flashPhotoPlayer.write("flash");		

}

