var so;
function mediaplayer_litebox_plugin_show(p)
{
	if (we){
		var path = p.id;
		path += 'w'+mediaplayer.width;
		path += 'h'+mediaplayer.height;
		path += 'sr'+mediaplayer.samprate;
		path += 'br'+mediaplayer.bitrate;
		path += 'fr'+mediaplayer.framerate;
		path += 'tw'+mediaplayer.thumb_width;
		path += 'th'+mediaplayer.thumb_height;
		var resp=check_flv(path);
		if (resp) flvProgress(path);
	}
	so = new SWFObject("/mods/mediaplayer/v1/mediaplayer.swf", "media_player", parseInt(mediaplayer.litebox_width), parseInt(mediaplayer.litebox_height)+20, "9.0.00", "#000000", true);
	so.addParam("allowScriptAccess", "sameDomain");
	so.addVariable("file", "/video/"+p.id+".flv");	
	so.addVariable("image", "/video/"+p.id+"_1.jpg");
	so.addVariable("backcolor", "0x999999");
	so.addVariable("frontcolor", "0xFFFFFF");
	so.addVariable("showfsbutton", "false");
	so.addVariable("autostart", "false");	 
	so.write("lightboxObject");	
}

//function mediaplayer_litebox_plugin_onEffectComplete()
//{
//	alert(so);
	//so.write("lightboxObject");
//}

function mediaplayer_litebox_plugin_onNext()
{
	o = document.getElementById("lightboxObject");
	o.innerHTML = "";
}
