
function launchFlvPlayerDetect(){
	if(flashVersion >= 8){
		return true;
	}else{
		window.location.href = detectFailUrlWin + "?error=flashflv";
	}
}