function MeincUseFlash(noFlash)
{
	if (noFlash) {
		return false;
	}
	
	var flashMinVersion = 8;
	var flashProxyFile = '/cache/sv/1202925915931/postcard/images/JavaScriptFlashGateway.swf';
	var fpid = Date.parse(new Date());
	var fproxy = new FlashProxy(fpid, flashProxyFile);
	var flashVersion = deconcept.SWFObjectUtil.getPlayerVersion();
	var useFlash = (flashVersion['major'] >= flashMinVersion) ? true : false
	
	// more tests? browser compatibility?
	
	return useFlash
}